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


The following commit has been merged in the debian/unstable branch:
commit adfed2ac12f5958e4a63d45782cdf85cdd62e73d
Author: Török Edvin <edwin at clamav.net>
Date:   Wed Mar 10 14:34:32 2010 +0200

    Add version suffix when using --enable-debug.

diff --git a/configure b/configure
index 5e1d6af..ba80930 100755
--- a/configure
+++ b/configure
@@ -16444,6 +16444,7 @@ fi
 
 
 if test "$enable_debug" = "yes"; then
+  VERSION_SUFFIX="$VERSION_SUFFIX-debug"
 
 $as_echo "#define CL_DEBUG 1" >>confdefs.h
 
diff --git a/configure.in b/configure.in
index 5f831df..1465794 100644
--- a/configure.in
+++ b/configure.in
@@ -817,6 +817,7 @@ AC_ARG_ENABLE([debug],
 enable_debug=$enableval, enable_debug="no")
 
 if test "$enable_debug" = "yes"; then
+  VERSION_SUFFIX="$VERSION_SUFFIX-debug"
   AC_DEFINE([CL_DEBUG],1,[enable debugging])
 else
   AC_DEFINE([NDEBUG],1,[disable assertions])

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list