]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- better (fix lib64 issue)
authorshadzik <shadzik@pld-linux.org>
Wed, 3 Jan 2007 18:22:19 +0000 (18:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav-find_milter.patch -> 1.2

clamav-find_milter.patch

index eee353920bf4d5d281c6ff67a3d2635b830f4d62..60e0abd6fb9eac7f6b25af205d1ac6c3d6ea9424 100644 (file)
@@ -1,8 +1,11 @@
---- 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 @@
+--- configure.in       2007-01-03 19:19:37.000000000 +0100
++++ configure.in-new   2007-01-03 19:20:48.000000000 +0100
+@@ -613,9 +613,9 @@
+     dnl Check for libmilter and it's header files in the usual locations
+     save_LDFLAGS="$LDFLAGS"
      if test -d /usr/lib/libmilter ; then
-       CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -L/usr/lib/libmilter"
+-      CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -L/usr/lib/libmilter"
++      CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS"
      fi
 -    LDFLAGS="$LDFLAGS -lmilter $CLAMAV_MILTER_LIBS"
 +    LDFLAGS="-lmilter $CLAMAV_MILTER_LIBS"
This page took 0.152713 seconds and 4 git commands to generate.