diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-06 23:36:55 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-06 23:36:55 +0000 |
commit | e929824ec847483d53873442dc08c543c9ae2a07 (patch) | |
tree | abea41ad2c76983b60b81ecb410707252f993277 /libnids/libnids_1.18.oe | |
parent | a90d4fd56fe46e1f9719747547adbeea47ecde1e (diff) |
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/libnids_1.18.oe')
-rw-r--r-- | libnids/libnids_1.18.oe | 14 |
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}/ +} |