summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2007-07-08 19:45:27 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2007-07-08 19:45:27 (GMT)
commit2e295356f39b97ebc92f3006049fd56e16d34fb3 (patch)
tree08e052f705d25ec972d2ddd3e48766aa9a7859fa
parentec3a36e01e560cc3e9315b63a6040dfac8664cd7 (diff)
downloadmxe-2e295356f39b97ebc92f3006049fd56e16d34fb3.zip
mxe-2e295356f39b97ebc92f3006049fd56e16d34fb3.tar.gz
mxe-2e295356f39b97ebc92f3006049fd56e16d34fb3.tar.bz2
disabled libowfat, because it overwrites mingw-runtime's io.h with an incompatible version
-rwxr-xr-xbuild_mingw_cross_env.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/build_mingw_cross_env.sh b/build_mingw_cross_env.sh
index 6cce3ed..053eba9 100755
--- a/build_mingw_cross_env.sh
+++ b/build_mingw_cross_env.sh
@@ -1961,6 +1961,8 @@ esac
# libowfat
#
# http://www.fefe.de/libowfat/
+#
+# DISBALED -- conflicts with mingw-runtime (e.g. include/io.h)
#---
case "$1" in
@@ -1980,7 +1982,7 @@ case "$1" in
wget -c "http://dl.fefe.de/libowfat-$VERSION_libowfat.tar.bz2"
;;
---build)
+--build-DISABLED)
cd "$SOURCE"
tar xfvj "$DOWNLOAD/libowfat-$VERSION_libowfat.tar.bz2"
cd "libowfat-$VERSION_libowfat"