Module Name:    src
Committed By:   christos
Date:           Mon Sep  2 16:04:42 UTC 2024

Modified Files:
        src/external/bsd/libpcap/bin: Makefile

Log Message:
kill @RPATH@


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/libpcap/bin/Makefile

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

Modified files:

Index: src/external/bsd/libpcap/bin/Makefile
diff -u src/external/bsd/libpcap/bin/Makefile:1.3 src/external/bsd/libpcap/bin/Makefile:1.4
--- src/external/bsd/libpcap/bin/Makefile:1.3	Tue Oct  1 12:02:11 2019
+++ src/external/bsd/libpcap/bin/Makefile	Mon Sep  2 12:04:42 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2019/10/01 16:02:11 christos Exp $
+#	$NetBSD: Makefile,v 1.4 2024/09/02 16:04:42 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -17,6 +17,7 @@ pcap-config: pcap-config.in
 	    -e 's,@prefix@,/usr,g' \
 	    -e 's,@exec_prefix@,/usr,g' \
 	    -e 's/@V_RPATH_OPT@/-Wl,-rpath,/g' \
+	    -e 's/@RPATH@//g' \
 	    -e 's,@LIBS@,,g' < ${.ALLSRC} > ${.TARGET}
 	chmod a+x ${.TARGET}
 

Reply via email to