pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/dante



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 09:20:59 UTC 2023

Modified Files:
        pkgsrc/net/dante: Makefile

Log Message:
dante: SunOS needs libnsl.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/dante/Makefile

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

Modified files:

Index: pkgsrc/net/dante/Makefile
diff -u pkgsrc/net/dante/Makefile:1.29 pkgsrc/net/dante/Makefile:1.30
--- pkgsrc/net/dante/Makefile:1.29      Tue Jun  1 07:42:08 2021
+++ pkgsrc/net/dante/Makefile   Mon Jun 26 09:20:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2021/06/01 07:42:08 adam Exp $
+# $NetBSD: Makefile,v 1.30 2023/06/26 09:20:58 jperkin Exp $
 
 DISTNAME=      dante-1.4.3
 CATEGORIES=    net security
@@ -16,6 +16,8 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --with-socks-conf=${PKG_SYSCONFDIR}/socks.conf
 CONFIGURE_ARGS+=       --with-sockd-conf=${PKG_SYSCONFDIR}/sockd.conf
 
+LDFLAGS.SunOS+=                -lnsl
+
 CHECK_PORTABILITY_SKIP=        contrib/StartupItems.Dante
 
 RCD_SCRIPTS=           sockd



Home | Main Index | Thread Index | Old Index