]> git.pld-linux.org Git - packages/dsniff.git/commitdiff
- remove LIBOBJS dsniff-2_3-6
authorareq <areq@pld-linux.org>
Sun, 4 Aug 2002 15:19:56 +0000 (15:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dsniff-ac.patch -> 1.1

dsniff-ac.patch [new file with mode: 0644]

diff --git a/dsniff-ac.patch b/dsniff-ac.patch
new file mode 100644 (file)
index 0000000..e2b08a7
--- /dev/null
@@ -0,0 +1,23 @@
+--- dsniff-2.3/configure.in.org        Sun Dec  3 05:16:50 2000
++++ dsniff-2.3/configure.in    Sun Aug  4 15:07:07 2002
+@@ -61,17 +61,17 @@
+ needmd5=no
+ AC_CHECK_FUNCS(MD5Update, , [needmd5=yes])
+ if test $needmd5 = yes; then
+-   LIBOBJS="$LIBOBJS md5.o"
++   AC_LIBOBJ([md5])
+ fi
+ neederr=no
+ AC_CHECK_FUNCS(warnx, , [neederr=yes])
+ if test $neederr = yes; then
+-   LIBOBJS="$LIBOBJS err.o"
++   AC_LIBOBJ([err])
+ fi
+ needethers=no
+ AC_CHECK_FUNCS(ether_ntoa, , [needethers=yes])
+ if test $needethers = yes; then
+-   LIBOBJS="$LIBOBJS ethers.o"
++   AC_LIBOBJ([ethers])
+ fi
+ dnl Checks for BSD tunnel device
This page took 0.079861 seconds and 4 git commands to generate.