pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/isc-dhcp4



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Mar 31 09:50:54 UTC 2022

Modified Files:
        pkgsrc/net/isc-dhcp4: Makefile.common

Log Message:
isc-dhcp*: SunOS needs libnsl.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/net/isc-dhcp4/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/isc-dhcp4/Makefile.common
diff -u pkgsrc/net/isc-dhcp4/Makefile.common:1.43 pkgsrc/net/isc-dhcp4/Makefile.common:1.44
--- pkgsrc/net/isc-dhcp4/Makefile.common:1.43   Sun Mar 13 15:24:37 2022
+++ pkgsrc/net/isc-dhcp4/Makefile.common        Thu Mar 31 09:50:54 2022
@@ -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 @@ CONFIGURE_ARGS.NetBSD+=       --with-randomdev
 .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