[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.94.dfsg.2-1-317-g74ecd28

Michael Tautschnig mt at debian.org
Fri Mar 13 12:56:32 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 74ecd28072a654a078b95ccea0e9ee8960fed474
Author: Michael Tautschnig <mt at debian.org>
Date:   Fri Mar 13 13:55:23 2009 +0100

    Really use Debian's libltdl3 instead of the bundled one
    
    - The configure script should better prefer the system's one over the bundled
      libltdl, but never mind.
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/rules b/debian/rules
index 26babc9..ba1a7fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ config.status: configure
 	  fi;\
 	done;
 	# Add here commands to configure the package.
-	./configure --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-clamav --with-dbdir=/var/lib/clamav/ --sysconfdir=/etc/clamav --with-sendmail=/usr/sbin/sendmail --enable-milter --disable-clamuko --with-tcpwrappers --with-gnu-ld --with-dns --enable-dns-fix ${DEBUG_OPTS} --disable-unrar --libdir=\$${prefix}/lib --with-system-tommath
+	./configure --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-clamav --with-dbdir=/var/lib/clamav/ --sysconfdir=/etc/clamav --with-sendmail=/usr/sbin/sendmail --enable-milter --disable-clamuko --with-tcpwrappers --with-gnu-ld --with-dns --enable-dns-fix ${DEBUG_OPTS} --disable-unrar --libdir=\$${prefix}/lib --with-system-tommath  --with-ltdl-include=/usr/include --with-ltdl-lib=/usr/lib
 
 build: build-stamp
 build-stamp: build-arch build-indep

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list