From 8b76db9efef83769612eb3a91c86b70bd06ccc6a Mon Sep 17 00:00:00 2001 From: wiedi Date: Sat, 17 Sep 2016 22:13:26 +0000 Subject: link network libs on SunOS --- ham/rtl-sdr/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ham/rtl-sdr/Makefile b/ham/rtl-sdr/Makefile index cb9499c9a8c..b8cb3e81c41 100644 --- a/ham/rtl-sdr/Makefile +++ b/ham/rtl-sdr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/04/07 12:10:55 wiedi Exp $ +# $NetBSD: Makefile,v 1.9 2016/09/17 22:13:26 wiedi Exp $ DISTNAME= rtl-sdr-0.5.3 PKGREVISION= 2 @@ -22,6 +22,8 @@ CMAKE_ARG_PATH=.. PKGCONFIG_OVERRIDE+= librtlsdr.pc.in +LDFLAGS.SunOS+= -lsocket -lnsl + pre-configure: ${MKDIR} ${WRKSRC}/build -- cgit v1.2.3