pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/netmask



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 14 15:14:03 UTC 2024

Modified Files:
        pkgsrc/sysutils/netmask: Makefile

Log Message:
netmask: Link networking libs on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/netmask/Makefile

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

Modified files:

Index: pkgsrc/sysutils/netmask/Makefile
diff -u pkgsrc/sysutils/netmask/Makefile:1.1 pkgsrc/sysutils/netmask/Makefile:1.2
--- pkgsrc/sysutils/netmask/Makefile:1.1        Wed Nov 17 17:12:45 2021
+++ pkgsrc/sysutils/netmask/Makefile    Mon Oct 14 15:14:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/11/17 17:12:45 sjmulder Exp $
+# $NetBSD: Makefile,v 1.2 2024/10/14 15:14:02 nia Exp $
 
 DISTNAME=      netmask-2.4.4
 CATEGORIES=    sysutils
@@ -14,6 +14,8 @@ USE_TOOLS+=   autoreconf autoconf automake
 GNU_CONFIGURE= yes
 INFO_FILES=    yes
 
+LDFLAGS.SunOS+=        -lsocket -lresolv -lnsl
+
 pre-configure:
        cd ${WRKSRC} && ./autogen
 



Home | Main Index | Thread Index | Old Index