changeset 951:1a84ed8b1d95

don't use mmap in package zziplib (by Gregory Smith) For whatever reason, mingw's mmap crashes when you try to use it.
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 12 May 2010 15:21:12 +0200
parents 2e58d1df6906
children eef389333178
files src/zziplib.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/zziplib.mk	Wed May 12 15:09:00 2010 +0200
+++ b/src/zziplib.mk	Wed May 12 15:21:12 2010 +0200
@@ -21,6 +21,7 @@
 define $(PKG)_BUILD
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
+        --disable-mmap \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
         PKG_CONFIG='$(TARGET)-pkg-config'