[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:25:47 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 14f07c5c04534c2cb54671351c075c7389dbe2f0
Author: Török Edvin <edwin at clamav.net>
Date:   Wed Mar 24 12:56:27 2010 +0200

    bb #1896.

diff --git a/libclamav/c++/llvmcheck.sh b/libclamav/c++/llvmcheck.sh
index f49723a..286c2a2 100755
--- a/libclamav/c++/llvmcheck.sh
+++ b/libclamav/c++/llvmcheck.sh
@@ -5,4 +5,9 @@ cp lli llc llvm-as not count FileCheck tblgen llvm-dis llvm/Release/bin/
 cp lli llc llvm-as not count FileCheck tblgen llvm-dis llvm/Debug/bin/
 $GMAKE -v || { echo "GNU make not found, skipping LLVM tests"; exit 77; }
 python -V || { echo "Python not found, skipping LLVM tests"; exit 77; }
-exec $GMAKE -C llvm check-lit TESTSUITE="CodeGen ExecutionEngine Integer Verifier"
+python <<EOF
+import sys
+if sys.hexversion < 0x2040000: sys.exit(1)
+EOF
+test $? -eq 0 || { echo "Python version older than 2.4, skipping LLVM tests"; exit 77; }
+exec $GMAKE -C llvm check-lit TESTSUITE="--no-tcl-as-sh CodeGen ExecutionEngine Integer Verifier"

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list