pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/wireguard-tools



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Mar 21 10:37:37 UTC 2026

Modified Files:
        pkgsrc/net/wireguard-tools: Makefile

Log Message:
wireguard-tools: Needs socket lib on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/wireguard-tools/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/wireguard-tools/Makefile
diff -u pkgsrc/net/wireguard-tools/Makefile:1.8 pkgsrc/net/wireguard-tools/Makefile:1.9
--- pkgsrc/net/wireguard-tools/Makefile:1.8     Tue Feb 24 07:41:41 2026
+++ pkgsrc/net/wireguard-tools/Makefile Sat Mar 21 10:37:37 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2026/02/24 07:41:41 adam Exp $
+# $NetBSD: Makefile,v 1.9 2026/03/21 10:37:37 nia Exp $
 
 DISTNAME=      wireguard-tools-1.0.20260223
 CATEGORIES=    net
@@ -20,6 +20,8 @@ MAKE_FLAGS+=  SYSCONFDIR=${PKG_SYSCONFDIR
 MAKE_FLAGS+=   WITH_BASHCOMPLETION=yes
 MAKE_FLAGS+=   WITH_SYSTEMDUNITS=no
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     pre-configure
 SUBST_FILES.paths=     completion/wg-quick.bash-completion



Home | Main Index | Thread Index | Old Index