changeset 1094:a4ae064a6db1

bugfix: open files in binary mode in package giflib (by Dmitry Groshev)
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 28 Jul 2010 12:51:14 +0200
parents 882e5ce487fb
children e878941387e3
files src/giflib.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/giflib.mk	Mon Jul 19 14:59:30 2010 +0200
+++ b/src/giflib.mk	Wed Jul 28 12:51:14 2010 +0200
@@ -23,6 +23,7 @@
         --host='$(TARGET)' \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
-        --without-x
+        --without-x \
+        CPPFLAGS='-D_OPEN_BINARY'
     $(MAKE) -C '$(1)/lib' -j '$(JOBS)' install
 endef