[oe-commits] org.oe.dev dsniff 2.3 needs to link against libresolv

mickeyl commit oe at amethyst.openembedded.net
Sun Jun 29 12:16:14 UTC 2008


dsniff 2.3 needs to link against libresolv

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 2c5d0d8be360397528c4d116b6cbfb655cba6778
ViewMTN: http://monotone.openembedded.org/revision/info/2c5d0d8be360397528c4d116b6cbfb655cba6778
Files:
1
packages/dsniff/dsniff_2.3.bb
Diffs:

#
# mt diff -r9063d3a21adc306a1a55bb3b4fcf9a9719a84273 -r2c5d0d8be360397528c4d116b6cbfb655cba6778
#
#
#
# patch "packages/dsniff/dsniff_2.3.bb"
#  from [bf75cae573f37bcc7496dea22f35d15c7854c46a]
#    to [6a689cf3545adb354773f64a33731a981e6f6dfa]
#
============================================================
--- packages/dsniff/dsniff_2.3.bb	bf75cae573f37bcc7496dea22f35d15c7854c46a
+++ packages/dsniff/dsniff_2.3.bb	6a689cf3545adb354773f64a33731a981e6f6dfa
@@ -1,22 +1,30 @@
+DESCRIPTION = "dsniff is a collection of tools for network auditing and penetration testing."
 SECTION = "console/network"
-DESCRIPTION = "dsniff is a collection of tools for network auditing and penetration testing."
+HOMEPAGE = "http://www.monkey.org/~dugsong/dsniff/"
+AUTHOR = "Dug Song <dugsong at monkey.org>"
 LICENSE = "BSD"
-PR = "r1"
+PR = "r2"
 
 # There is a significant API change beween 1.0.2a of libnet and
 # 1.1.x, dsniff will only work with the older and there is no
 # updated version of dnsniff.
 DEPENDS = "virtual/db libpcap libnet-1.0 libnids openssl"
 
-SRC_URI = "http://www.monkey.org/~dugsong/dsniff/dsniff-${PV}.tar.gz \
-	   file://configure.patch;patch=1"
+SRC_URI = "\
+  http://www.monkey.org/~dugsong/dsniff/dsniff-${PV}.tar.gz \
+  file://configure.patch;patch=1 \
+"
 
 inherit autotools
 
-EXTRA_OECONF = "--without-x --with-db=${STAGING_LIBDIR}/.. \
-	       --with-libpcap=${STAGING_LIBDIR}/.. \
-	       --with-libnet=${STAGING_LIBDIR}/.. \
-	       --with-libnids=${STAGING_LIBDIR}/.. \
-	       --with-openssl=${STAGING_LIBDIR}/.."
+EXTRA_OECONF = "\
+  --without-x --with-db=${STAGING_LIBDIR}/.. \
+  --with-libpcap=${STAGING_LIBDIR}/.. \
+  --with-libnet=${STAGING_LIBDIR}/.. \
+  --with-libnids=${STAGING_LIBDIR}/.. \
+  --with-openssl=${STAGING_LIBDIR}/.. \
+"
 EXTRA_OEMAKE = "'install_prefix=${D}'"
+
+CFLAGS =+ "-I${S}/missing"
+LDFLAGS += "-lresolv"
-CFLAGS_prepend = " -I${S}/missing "






More information about the Openembedded-commits mailing list