summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2017-09-23 20:14:57 +0000
committerwiedi <wiedi@pkgsrc.org>2017-09-23 20:14:57 +0000
commit6233d22ca6fbec2955539861f960fdd06f18c05d (patch)
tree11472b6d619f9bf4589d6511c136c3101e7640fe
parent7ccf6de330001a0ca41a78e866d3620ab52bd51a (diff)
downloadpkgsrc-6233d22ca6fbec2955539861f960fdd06f18c05d.tar.gz
dropbear: fix build on SunOS
Link network libs
-rw-r--r--security/dropbear/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile
index b83d7cbc274..c1acd3456fe 100644
--- a/security/dropbear/Makefile
+++ b/security/dropbear/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2017/05/16 21:54:21 snj Exp $
+# $NetBSD: Makefile,v 1.33 2017/09/23 20:14:57 wiedi Exp $
DISTNAME= dropbear-2016.74
CATEGORIES= security
@@ -46,6 +46,7 @@ CPPFLAGS+= -DDROPBEAR_PATH_SSH_PROGRAM="\"${PREFIX}/bin/dbclient\""
CPPFLAGS+= -DXAUTH_COMMAND="\"${XAUTHBASE}/bin/xauth\""
CFLAGS.NetBSD+= -DHAVE_NETINET_IN_SYSTM_H
+LDFLAGS.SunOS+= -lsocket -lnsl
INSTALLATION_DIRS= share/doc/dropbear ${PKGMANDIR}/man1 ${PKGMANDIR}/man8