[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/etch-volatile, updated. e44a4e3385d99c12bb9ddd2dfebd6f2d8d7ddb42

Michael Tautschnig mt at debian.org
Wed Nov 12 01:00:22 UTC 2008


The following commit has been merged in the debian/etch-volatile branch:
commit e44a4e3385d99c12bb9ddd2dfebd6f2d8d7ddb42
Author: Michael Tautschnig <mt at debian.org>
Date:   Wed Nov 12 01:58:03 2008 +0100

    Don't trust the multilib guessing
    
    - In 0.94.1 apparently support for multilib was introduced, but this breaks
      builds on amd64 as it causes libraries to get installed into lib64 instead of
      lib
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index f82e7a8..aff5365 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,9 @@ clamav (0.94.dfsg.1-1~volatile1) etch-volatile; urgency=low
   * Changed versioned dependency of clamav-daemon to clamav-base to equals
     (closes: #500416)
   * Handle new option DetectionStatsCountry in freshclam.conf
+  * Don't trust the multilib guessing stuff, always use libdir=$prefix/lib
 
- -- Michael Tautschnig <mt at debian.org>  Wed, 12 Nov 2008 01:32:05 +0100
+ -- Michael Tautschnig <mt at debian.org>  Wed, 12 Nov 2008 01:57:58 +0100
 
 clamav (0.94.dfsg-1~volatile1) etch-volatile; urgency=low
 
diff --git a/debian/rules b/debian/rules
index abab488..a9b5334 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,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
+	./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
 
 build: build-stamp
 build-stamp: build-arch build-indep

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list