From 2e295356f39b97ebc92f3006049fd56e16d34fb3 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Sun, 8 Jul 2007 19:45:27 +0000 Subject: [PATCH] disabled libowfat, because it overwrites mingw-runtime's io.h with an incompatible version --- build_mingw_cross_env.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build_mingw_cross_env.sh b/build_mingw_cross_env.sh index 6cce3ed9..053eba91 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"