summaryrefslogtreecommitdiffstats
path: root/src/zziplib.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-12 13:21:12 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-12 13:21:12 (GMT)
commit43e30d41ff9d38d6837703cd6fc809890d16e0c3 (patch)
tree49883b093463169366cf271d3bc686c0cc703355 /src/zziplib.mk
parente88c227f3062f861de12dfb6902d93afba990396 (diff)
downloadmxe-43e30d41ff9d38d6837703cd6fc809890d16e0c3.zip
mxe-43e30d41ff9d38d6837703cd6fc809890d16e0c3.tar.gz
mxe-43e30d41ff9d38d6837703cd6fc809890d16e0c3.tar.bz2
don't use mmap in package zziplib (by Gregory Smith)
For whatever reason, mingw's mmap crashes when you try to use it.
Diffstat (limited to 'src/zziplib.mk')
-rw-r--r--src/zziplib.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zziplib.mk b/src/zziplib.mk
index e0f8b2e..2848151 100644
--- a/src/zziplib.mk
+++ b/src/zziplib.mk
@@ -21,6 +21,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --disable-mmap \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
PKG_CONFIG='$(TARGET)-pkg-config'