]> git.pld-linux.org Git - packages/clamav.git/blobdiff - clamav-find_milter.patch
- security note
[packages/clamav.git] / clamav-find_milter.patch
index a1c7c1a9ea94268e0dbbee2bd6211eee5393fba9..7488edd3c51e311974534b6f0ae38af68874c1d4 100644 (file)
@@ -1,6 +1,6 @@
---- 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 @@
+--- clamav-0.93rc1/configure.in~       2008-03-30 15:23:02.706953608 +0200
++++ clamav-0.93rc1/configure.in        2008-03-30 15:24:20.343998437 +0200
+@@ -911,10 +911,7 @@
      dnl Check for libmilter and it's header files in the usual locations
      save_LDFLAGS="$LDFLAGS"
        CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lpthread"
@@ -9,6 +9,6 @@
 -    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"],[
+     AC_CHECK_LIB([milter],[mi_stop],[CLAMAV_MILTER_LIBS="-lmilter $CLAMAV_MILTER_LIBS"],[
        dnl Older sendmails require libsm or libsmutil for support functions
-       AC_SEARCH_LIBS(strlcpy, [sm smutil], [test "$ac_cv_search_strlcpy" = "none required" || CLAMAV_MILTER_XLIB="$ac_cv_search_strlcpy"])
+       AC_SEARCH_LIBS([strlcpy], [sm smutil], [test "$ac_cv_search_strlcpy" = "none required" || CLAMAV_MILTER_XLIB="$ac_cv_search_strlcpy"])
This page took 0.063121 seconds and 4 git commands to generate.