diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-21 18:27:14 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-21 18:27:14 +0000 |
commit | e9b171e0738c2acef0650328b7f2e1ae7cdc55cc (patch) | |
tree | 8afdd2f094195bb88a7a9636f5b9bd9f53ebb492 /libpcap | |
parent | acea8d73cb0c72991690d488915e426bf7e46675 (diff) |
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
Diffstat (limited to 'libpcap')
-rw-r--r-- | libpcap/libpcap-0.7.2/ldflags.patch | 0 | ||||
-rw-r--r-- | libpcap/libpcap_0.7.2.oe | 1 |
2 files changed, 1 insertions, 0 deletions
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 --- /dev/null +++ b/libpcap/libpcap-0.7.2/ldflags.patch 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} |