diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-02 22:00:55 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-02 22:00:55 +0000 |
commit | 14a1364db7d059fae8dbd8c88a40ec8052264ef8 (patch) | |
tree | 281db01a243156a4eccdf60fcc1d1b3edd71c5df /libpcap | |
parent | ba340d03aad0ad3e840fd07f348093f3f2802378 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages
2004/01/02 20:16:50+01:00 uni-frankfurt.de!mickeyl
add tin 1.7.3 to build system
2004/01/02 14:51:15+01:00 uni-frankfurt.de!mickeyl
add libpcap 0.8.1 to buildsystem. rewrote the shared libray patch and stripped all bogus debianisms :)
BKrev: 3ff5ea17s-y_L80-HsdZcoMuyIXvOQ
Diffstat (limited to 'libpcap')
-rw-r--r-- | libpcap/libpcap-0.8.1/shared.patch | 0 | ||||
-rw-r--r-- | libpcap/libpcap_0.7.2.oe | 3 | ||||
-rw-r--r-- | libpcap/libpcap_0.8.1.oe | 0 |
3 files changed, 2 insertions, 1 deletions
diff --git a/libpcap/libpcap-0.8.1/shared.patch b/libpcap/libpcap-0.8.1/shared.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libpcap/libpcap-0.8.1/shared.patch diff --git a/libpcap/libpcap_0.7.2.oe b/libpcap/libpcap_0.7.2.oe index 279e62ab9b..686dec95d1 100644 --- a/libpcap/libpcap_0.7.2.oe +++ b/libpcap/libpcap_0.7.2.oe @@ -2,6 +2,7 @@ DESCRIPTION="Network Packet Capture Library" SECTION="libs" PRIORITY="required" MAINTAINER="Greg Gilbert <treke@handhelds.org>" +DEPENDS=virtual/libc RDEPENDS="libc6" SRC_URI=http://www.tcpdump.org/release/libpcap-${PV}.tar.gz; @@ -9,10 +10,10 @@ 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} inherit autotools EXTRA_OECONF=" --with-pcap=linux" + do_configure_prepend () { if [ ! -e acinclude.m4 ]; then cat aclocal.m4 > acinclude.m4 diff --git a/libpcap/libpcap_0.8.1.oe b/libpcap/libpcap_0.8.1.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libpcap/libpcap_0.8.1.oe |