From 89bd776313bad473d6afd81912c1977a1a036337 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 10 Dec 2013 14:18:05 +0000 Subject: Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. --- comms/openobex/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'comms') diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index a51fc68e38f..2d08785d260 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/03/21 06:53:36 sbd Exp $ +# $NetBSD: Makefile,v 1.24 2013/12/10 14:19:32 jperkin Exp $ # DISTNAME= openobex-1.7-Source @@ -18,6 +18,8 @@ USE_TOOLS+= cmake pkg-config PKGCONFIG_OVERRIDE= openobex.pc.in +LDFLAGS.SunOS+= -lsocket -lnsl + .include "../../mk/bsd.prefs.mk" EGDIR= share/examples/openobex -- cgit v1.2.3