From e929824ec847483d53873442dc08c543c9ae2a07 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 6 Nov 2003 23:36:55 +0000 Subject: Add dsniff, add some static lib builds alongside the shared, generate the rpcsvc headers in glibc, and thereby fix the dsniff build. BKrev: 3faadb17GD8DyutGwY6Zd8acsexYJQ --- libnids/libnids_1.18.oe | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libnids') 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}/ +} -- cgit v1.2.3