diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:05:08 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:05:08 +0000 |
commit | 35387db2be0a64f9b97bb8a1bc5c69c67da16907 (patch) | |
tree | 7f349b597b0a5604f68400e6db0820749e5c91f8 /dsniff/dsniff_2.3.oe | |
parent | aa7792d1c07358bee1370a9bee01ed025627cf7e (diff) |
Correcting various dependency issues noticed during the last oemake -a run.
BKrev: 3fc531a4VZcNua6H8futydrwoHwIyw
Diffstat (limited to 'dsniff/dsniff_2.3.oe')
-rw-r--r-- | dsniff/dsniff_2.3.oe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dsniff/dsniff_2.3.oe b/dsniff/dsniff_2.3.oe index e69de29bb2..736f16dc0b 100644 --- a/dsniff/dsniff_2.3.oe +++ b/dsniff/dsniff_2.3.oe @@ -0,0 +1,17 @@ +DESCRIPTION = 'dsniff is a collection of tools for network auditing and penetration testing.' + +DEPENDS = virtual/libc db3 libpcap libnet libnids openssl +RDEPENDS = libc6 db3 libpcap openssl + +SRC_URI = http://www.monkey.org/~dugsong/dsniff/dsniff-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 + +inherit autotools + +EXTRA_OECONF='--without-x --with-db=${STAGING_DIR}/target \ + --with-libpcap=${STAGING_DIR}/target \ + --with-libnet=${STAGING_DIR}/target \ + --with-libnids=${STAGING_DIR}/target \ + --with-openssl=${STAGING_DIR}/target' +EXTRA_OEMAKE='"install_prefix=${D}"' +CFLAGS_prepend=' -I${S}/missing ' |