Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/external/bsd/libpcap/bin Pull up following revision(s) (r...
details: https://anonhg.NetBSD.org/src/rev/30dbef842a2f
branches: netbsd-9
changeset: 983826:30dbef842a2f
user: martin <martin%NetBSD.org@localhost>
date: Wed Jun 09 19:46:19 2021 +0000
description:
Pull up following revision(s) (requested by dholland in ticket #1284):
external/bsd/libpcap/bin/Makefile: revision 1.3
Fix pcap-config --libs output
diffstat:
external/bsd/libpcap/bin/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r e2308940be21 -r 30dbef842a2f external/bsd/libpcap/bin/Makefile
--- a/external/bsd/libpcap/bin/Makefile Tue Jun 08 12:56:29 2021 +0000
+++ b/external/bsd/libpcap/bin/Makefile Wed Jun 09 19:46:19 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/12/05 09:09:39 mrg Exp $
+# $NetBSD: Makefile,v 1.2.50.1 2021/06/09 19:46:19 martin Exp $
.include <bsd.own.mk>
@@ -13,6 +13,10 @@
@rm -f ${.TARGET}
${TOOL_SED} -e 's,@libdir@,/usr/lib,g' \
-e 's,@includedir@,/usr/include,g' \
+ -e 's,@PACKAGE_NAME@,pcap,g' \
+ -e 's,@prefix@,/usr,g' \
+ -e 's,@exec_prefix@,/usr,g' \
+ -e 's/@V_RPATH_OPT@/-Wl,-rpath,/g' \
-e 's,@LIBS@,,g' < ${.ALLSRC} > ${.TARGET}
chmod a+x ${.TARGET}
Home |
Main Index |
Thread Index |
Old Index