aboutsummaryrefslogtreecommitdiffstats
path: root/libnids
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-06 23:36:55 +0000
committerChris Larson <clarson@kergoth.com>2003-11-06 23:36:55 +0000
commite929824ec847483d53873442dc08c543c9ae2a07 (patch)
treeabea41ad2c76983b60b81ecb410707252f993277 /libnids
parenta90d4fd56fe46e1f9719747547adbeea47ecde1e (diff)
downloadopenembedded-e929824ec847483d53873442dc08c543c9ae2a07.tar.gz
Add dsniff, add some static lib builds alongside the shared, generate the rpcsvc headers in glibc, and thereby fix the dsniff build.
BKrev: 3faadb17GD8DyutGwY6Zd8acsexYJQ
Diffstat (limited to 'libnids')
-rw-r--r--libnids/libnids_1.18.oe14
1 files changed, 14 insertions, 0 deletions
diff --git a/libnids/libnids_1.18.oe b/libnids/libnids_1.18.oe
index e69de29bb2..46f314d6ac 100644
--- a/libnids/libnids_1.18.oe
+++ b/libnids/libnids_1.18.oe
@@ -0,0 +1,14 @@
+DEPENDS = libc libnet libpcap
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/libnids/libnids-${PV}.tar.gz \
+ file://${FILESDIR}/configure.patch;patch=1
+
+inherit autotools
+EXTRA_OECONF='--with-libpcap=${STAGING_DIR}/target \
+ --with-libnet=${STAGING_DIR}/target'
+EXTRA_OEMAKE='"install_prefix=${D}"'
+
+do_stage () {
+ install -m 0644 src/nids.h ${STAGING_DIR}/target/include/
+ install -m 0644 src/libnids.a ${STAGING_LIBDIR}/
+}