[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:23:27 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit dfc82087050b0f6dd9fe2b067d9226be2b02f652
Author: Török Edvin <edwin at clamav.net>
Date:   Fri Mar 19 19:59:08 2010 +0200

    Reenable 4.0.1, and 4.1.2 for JIT.
    
    LLVM seems to build fine, and passes the tests in ClamAV
    with gcc version 4.1.2 20080704 (Red Hat 4.1.2-46).

diff --git a/libclamav/c++/configure b/libclamav/c++/configure
index 6033a55..2afdbf7 100755
--- a/libclamav/c++/configure
+++ b/libclamav/c++/configure
@@ -14499,7 +14499,7 @@ $as_echo_n "checking for supported C++ compiler version... " >&6; }
      [023].*)
 	as_fn_error "C++ compiler too old (${gxx_version})" "$LINENO" 5
         ;;
-     4.0.1*|4.1.[12]*)
+     4.1.[1]*)
         as_fn_error "C++ compiler is buggy" "$LINENO" 5
         ;;
      *)
diff --git a/libclamav/c++/configure.ac b/libclamav/c++/configure.ac
index 192766b..817fe61 100644
--- a/libclamav/c++/configure.ac
+++ b/libclamav/c++/configure.ac
@@ -87,7 +87,7 @@ if test "$enable_llvm" = "auto"; then
      [[023]].*)
 	AC_MSG_ERROR([C++ compiler too old (${gxx_version})])
         ;;
-     4.0.1*|4.1.[[12]]*)
+     4.1.[[1]]*)
         AC_MSG_ERROR([C++ compiler is buggy])
         ;;
      *)

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list