]> git.pld-linux.org Git - packages/clamav.git/blobdiff - clamav-find_milter.patch
- up for 0.92
[packages/clamav.git] / clamav-find_milter.patch
index eee353920bf4d5d281c6ff67a3d2635b830f4d62..a1c7c1a9ea94268e0dbbee2bd6211eee5393fba9 100644 (file)
@@ -1,9 +1,12 @@
---- configure.in       2007-01-03 18:50:38.000000000 +0100
-+++ configure.in-new   2007-01-03 18:51:09.000000000 +0100
-@@ -615,7 +615,7 @@
-     if test -d /usr/lib/libmilter ; then
-       CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -L/usr/lib/libmilter"
-     fi
+--- clamav-0.90/configure.in~  2007-02-14 10:50:45.652285467 +0200
++++ clamav-0.90/configure.in   2007-02-14 10:52:06.844121121 +0200
+@@ -603,10 +603,7 @@
+     dnl Check for libmilter and it's header files in the usual locations
+     save_LDFLAGS="$LDFLAGS"
+       CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lpthread"
+-    if test -d /usr/lib/libmilter ; then
+-      CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -L/usr/lib/libmilter"
+-    fi
 -    LDFLAGS="$LDFLAGS -lmilter $CLAMAV_MILTER_LIBS"
 +    LDFLAGS="-lmilter $CLAMAV_MILTER_LIBS"
      AC_CHECK_LIB(milter, mi_stop,[CLAMAV_MILTER_LIBS="-lmilter $CLAMAV_MILTER_LIBS"],[
This page took 0.055987 seconds and 4 git commands to generate.