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

aCaB acab at clamav.net
Sun Apr 4 01:09:18 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 1cc4f4e32689a1e9593fc0b243d50b608c3cc91c
Author: aCaB <acab at clamav.net>
Date:   Mon Nov 16 23:16:56 2009 +0100

    fix build of internal qsort in win32

diff --git a/ChangeLog b/ChangeLog
index 671addb..7535051 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Nov 16 23:15:37 CET 2009 (acab)
+-----------------------------------
+ * libclamav: add qsort to the win32 build
+
 Mon Nov 16 19:26:53 CET 2009 (tk)
 ---------------------------------
  * libclamav: replace qsort implementation and optimize its common
diff --git a/libclamav/qsort.c b/libclamav/qsort.c
index 3fcf27d..80de136 100644
--- a/libclamav/qsort.c
+++ b/libclamav/qsort.c
@@ -26,6 +26,9 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
+#if HAVE_CONFIG_H
+#include "clamav-config.h"
+#endif
 
 #include <stdlib.h>
 
diff --git a/win32/libclamav.vcproj b/win32/libclamav.vcproj
index 83d51ee..c6488fa 100644
--- a/win32/libclamav.vcproj
+++ b/win32/libclamav.vcproj
@@ -397,6 +397,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\libclamav\qsort.c"
+				>
+			</File>
+			<File
 				RelativePath="..\libclamav\readdb.c"
 				>
 			</File>

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list