summaryrefslogtreecommitdiffstats
path: root/src/vmime.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-02 15:23:55 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-02 15:23:55 (GMT)
commit8932a385d32e84e2ebf1af08489c4aa91fc727ed (patch)
tree2a94c9d4a648109a7c97cbe3f2c1aefe160ceba8 /src/vmime.mk
parent7877e44aa20b260d2f7f3265bc2c0fa536db4a16 (diff)
downloadmxe-8932a385d32e84e2ebf1af08489c4aa91fc727ed.zip
mxe-8932a385d32e84e2ebf1af08489c4aa91fc727ed.tar.gz
mxe-8932a385d32e84e2ebf1af08489c4aa91fc727ed.tar.bz2
disable threading support explicitly because it doesn't work anyway in package vmime
Diffstat (limited to 'src/vmime.mk')
-rw-r--r--src/vmime.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vmime.mk b/src/vmime.mk
index a845e0e..c6a6a23 100644
--- a/src/vmime.mk
+++ b/src/vmime.mk
@@ -39,7 +39,8 @@ define $(PKG)_BUILD
--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