pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/apg



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 12:00:34 UTC 2021

Modified Files:
        pkgsrc/security/apg: Makefile

Log Message:
apg: do not use -lnsl on linux


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/apg/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/apg/Makefile
diff -u pkgsrc/security/apg/Makefile:1.29 pkgsrc/security/apg/Makefile:1.30
--- pkgsrc/security/apg/Makefile:1.29   Mon Aug 31 18:11:06 2020
+++ pkgsrc/security/apg/Makefile        Fri May 14 12:00:34 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/08/31 18:11:06 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2021/05/14 12:00:34 nia Exp $
 #
 
 DISTNAME=      apg-2.3.0b
@@ -17,7 +17,6 @@ USE_TOOLS+=   perl:run
 REPLACE_PERL=  perl/apgcli.pl
 
 OPSYSVARS+=            APG_CS_CLIBS
-APG_CS_CLIBS.Linux+=   -lnsl
 APG_CS_CLIBS.SunOS+=   -lnsl -lsocket
 MAKE_ENV+=             APG_CS_CLIBS=${APG_CS_CLIBS:Q}
 



Home | Main Index | Thread Index | Old Index