From e9b171e0738c2acef0650328b7f2e1ae7cdc55cc Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 21 Nov 2003 18:27:14 +0000 Subject: Numerous build fixes from an oemake -a run, including two more fixes for libtool 'libdir from .la file leaking into library search path' situations. BKrev: 3fbe5902eywlLRHkRQ1FaDS5C01-jg --- libpcap/libpcap-0.7.2/ldflags.patch | 0 libpcap/libpcap_0.7.2.oe | 1 + 2 files changed, 1 insertion(+) create mode 100644 libpcap/libpcap-0.7.2/ldflags.patch (limited to 'libpcap') diff --git a/libpcap/libpcap-0.7.2/ldflags.patch b/libpcap/libpcap-0.7.2/ldflags.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libpcap/libpcap_0.7.2.oe b/libpcap/libpcap_0.7.2.oe index e21a549bd5..279e62ab9b 100644 --- a/libpcap/libpcap_0.7.2.oe +++ b/libpcap/libpcap_0.7.2.oe @@ -7,6 +7,7 @@ RDEPENDS="libc6" SRC_URI=http://www.tcpdump.org/release/libpcap-${PV}.tar.gz; SRC_URI_append=" file://${FILESDIR}/libpcap-shared.patch;patch=1" SRC_URI_append=" file://${FILESDIR}/configure.patch;patch=1" +SRC_URI_append=" file://${FILESDIR}/ldflags.patch;patch=1" DEPENDS=virtual/libc S=${WORKDIR}/libpcap-${PV} -- cgit v1.2.3