pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/isc-dhcp4 isc-dhcp*: SunOS needs libnsl.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a5e7ccd150a
branches:  trunk
changeset: 376007:8a5e7ccd150a
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Mar 31 09:50:54 2022 +0000

description:
isc-dhcp*: SunOS needs libnsl.

diffstat:

 net/isc-dhcp4/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1128ca48ed50 -r 8a5e7ccd150a net/isc-dhcp4/Makefile.common
--- a/net/isc-dhcp4/Makefile.common     Thu Mar 31 09:23:13 2022 +0000
+++ b/net/isc-dhcp4/Makefile.common     Thu Mar 31 09:50:54 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2022/03/13 15:24:37 taca Exp $
+# $NetBSD: Makefile.common,v 1.44 2022/03/31 09:50:54 jperkin Exp $
 #
 # used by net/isc-dhcp4/Makefile
 # used by net/isc-dhcpd4/Makefile
@@ -59,6 +59,7 @@
 .endif
 
 CPPFLAGS.SunOS+=       -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
+LDFLAGS.SunOS+=                -lnsl
 
 SUBST_CLASSES+=                config
 SUBST_STAGE.config=    pre-configure



Home | Main Index | Thread Index | Old Index