changeset 933:4c802d4d71ca

disable threading support explicitly because it doesn't work anyway in package vmime
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 02 May 2010 17:23:55 +0200
parents f25aeaedf6b7
children 60c8d4c40785
files src/vmime.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/vmime.mk	Sun May 02 17:02:38 2010 +0200
+++ b/src/vmime.mk	Sun May 02 17:23:55 2010 +0200
@@ -39,7 +39,8 @@
         --disable-shared \
         --enable-platform-windows \
         --disable-rpath \
-        --disable-dependency-tracking
+        --disable-dependency-tracking \
+        --without-pthread
 
     # Disable VMIME_HAVE_MLANG_H
     # We have the header, but there is no implementation for IMultiLanguage in MinGW