pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nmap



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jul  2 03:39:36 UTC 2025

Modified Files:
        pkgsrc/net/nmap: Makefile

Log Message:
nmap: explicitly disable libnl


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 pkgsrc/net/nmap/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/nmap/Makefile
diff -u pkgsrc/net/nmap/Makefile:1.150 pkgsrc/net/nmap/Makefile:1.151
--- pkgsrc/net/nmap/Makefile:1.150      Thu May 15 15:44:40 2025
+++ pkgsrc/net/nmap/Makefile    Wed Jul  2 03:39:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.150 2025/05/15 15:44:40 adam Exp $
+# $NetBSD: Makefile,v 1.151 2025/07/02 03:39:36 markd Exp $
 
 .include "Makefile.common"
 
@@ -15,6 +15,7 @@ CONFIGURE_ARGS+=      --with-openssl=${BUILDL
 CONFIGURE_ARGS+=       --without-ndiff # provided by net/ndiff
 CONFIGURE_ARGS+=       --without-subversion
 CONFIGURE_ARGS+=       --without-zenmap # provided by net/zenmap
+CONFIGURE_ARGS+=       --without-libnl
 
 BUILD_DEFS+=           IPV6_READY
 



Home | Main Index | Thread Index | Old Index