pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/dropbear
Module Name: pkgsrc
Committed By: wiedi
Date: Sat Sep 23 20:14:57 UTC 2017
Modified Files:
pkgsrc/security/dropbear: Makefile
Log Message:
dropbear: fix build on SunOS
Link network libs
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/dropbear/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/dropbear/Makefile
diff -u pkgsrc/security/dropbear/Makefile:1.32 pkgsrc/security/dropbear/Makefile:1.33
--- pkgsrc/security/dropbear/Makefile:1.32 Tue May 16 21:54:21 2017
+++ pkgsrc/security/dropbear/Makefile Sat Sep 23 20:14:57 2017
@@ -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=
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
Home |
Main Index |
Thread Index |
Old Index