[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:26:00 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 11cee1b7de88ef16d6d13429fc8ab61a699c71a2
Author: Török Edvin <edwin at clamav.net>
Date:   Wed Mar 24 17:22:34 2010 +0200

    Disable JITDebugRegisterer, and fix unit_tests rule.

diff --git a/libclamav/c++/bytecode2llvm.cpp b/libclamav/c++/bytecode2llvm.cpp
index 2fba384..680fd11 100644
--- a/libclamav/c++/bytecode2llvm.cpp
+++ b/libclamav/c++/bytecode2llvm.cpp
@@ -1778,7 +1778,9 @@ int bytecode_init(void)
     atexit(do_shutdown);
 
 #ifdef CL_DEBUG
-    llvm::JITEmitDebugInfo = true;
+    //disable this for now, it leaks
+    llvm::JITEmitDebugInfo = false;
+//    llvm::JITEmitDebugInfo = true;
 #else
     llvm::JITEmitDebugInfo = false;
 #endif
diff --git a/unit_tests/Makefile.am b/unit_tests/Makefile.am
index 925b06b..5c14104 100644
--- a/unit_tests/Makefile.am
+++ b/unit_tests/Makefile.am
@@ -1,7 +1,7 @@
 SPLIT_DIR=$(top_srcdir)/unit_tests/.split
 FILES = clam-phish-exe
 
-check_unit_vg.sh: $(FILES) check_clamav
+check_unit_vg.sh: $(FILES)
 check2_clamd.sh: $(FILES)
 check3_clamd.sh: $(FILES)
 check4_clamd.sh: $(FILES)
diff --git a/unit_tests/Makefile.in b/unit_tests/Makefile.in
index 3eba7cd..98f228e 100644
--- a/unit_tests/Makefile.in
+++ b/unit_tests/Makefile.in
@@ -1072,7 +1072,7 @@ uninstall-am:
 	recheck recheck-html tags uninstall uninstall-am
 
 
-check_unit_vg.sh: $(FILES) check_clamav
+check_unit_vg.sh: $(FILES)
 check2_clamd.sh: $(FILES)
 check3_clamd.sh: $(FILES)
 check4_clamd.sh: $(FILES)

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list