pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/dropbear dropbear: fix build on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56536cc11928
branches:  trunk
changeset: 368959:56536cc11928
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sat Sep 23 20:14:57 2017 +0000

description:
dropbear: fix build on SunOS

Link network libs

diffstat:

 security/dropbear/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a090de9a1da4 -r 56536cc11928 security/dropbear/Makefile
--- a/security/dropbear/Makefile        Sat Sep 23 19:50:09 2017 +0000
+++ b/security/dropbear/Makefile        Sat Sep 23 20:14:57 2017 +0000
@@ -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+=             -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