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

Michael Tautschnig mt at debian.org
Fri Mar 13 13:45:49 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 8ce99dbbe23c5b1d1e2cda7811a0ae993eb59f7c
Author: Michael Tautschnig <mt at debian.org>
Date:   Fri Mar 13 14:45:06 2009 +0100

    Patched libclamav/Makefile.in to allow build with preinstalled ltdl
    
    - Reported upstream: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1469
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 3b2f4f4..533b851 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,12 +13,13 @@ clamav (0.95rc1+dfsg-1) unstable; urgency=low
   * Upstream doesn't ship contrib/ anymore (and thus no more ships clamdwatch)
   * Build-Depend on libltdl3-dev to avoid using the bundled libltdl, but still
     get support for runtime loading (nonfree) unrar code if the user so
-    decides.
+    decides. Fixed libclamav/Makefile.in to make the build work with
+    non-bundled libltdl3-dev (upstream's #1469)
   * Fixed watch file to deal with new versioning schema (+dfsg).
   * Run make check unless nocheck is in DEB_BUILD_OPTIONS; for now the result
     must be ignored because of upstream's #1468 that must be fixed first.
 
- -- Michael Tautschnig <mt at debian.org>  Fri, 13 Mar 2009 13:41:40 +0100
+ -- Michael Tautschnig <mt at debian.org>  Fri, 13 Mar 2009 14:44:55 +0100
 
 clamav (0.94.dfsg.2-1) unstable; urgency=low
 
diff --git a/libclamav/Makefile.in b/libclamav/Makefile.in
index f5501bc..ff67c09 100644
--- a/libclamav/Makefile.in
+++ b/libclamav/Makefile.in
@@ -396,7 +396,7 @@ libclamav_internal_utils_la_SOURCES = str.c str.h others_common.c \
 libclamav_internal_utils_la_LDFLAGS = -static
 libclamav_internal_utils_la_CFLAGS = -fPIC -DPIC
 libclamav_la_LIBADD = @LIBLTDL@ $(IFACELIBADD) lzma/liblzma.la libclamav_internal_utils.la @LIBCLAMAV_LIBS@ @THREAD_LIBS@
-libclamav_la_DEPENDENCIES = @LIBLTDL@ $(IFACEDEP) libclamav_internal_utils.la
+libclamav_la_DEPENDENCIES = $(IFACEDEP) libclamav_internal_utils.la
 libclamav_la_LDFLAGS = @TH_SAFE@ -version-info @LIBCLAMAV_VERSION@ \
 	-no-undefined $(am__append_7)
 include_HEADERS = clamav.h

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list