summaryrefslogtreecommitdiff
path: root/package/libowfat/patches/patch-GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libowfat/patches/patch-GNUmakefile')
-rw-r--r--package/libowfat/patches/patch-GNUmakefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libowfat/patches/patch-GNUmakefile b/package/libowfat/patches/patch-GNUmakefile
new file mode 100644
index 000000000..24c836bac
--- /dev/null
+++ b/package/libowfat/patches/patch-GNUmakefile
@@ -0,0 +1,12 @@
+$Id$
+--- libowfat-0.25.orig/GNUmakefile 2006-07-16 01:17:01.000000000 +0200
++++ libowfat-0.25/GNUmakefile 2007-07-06 17:35:01.000000000 +0200
+@@ -18,7 +18,7 @@ all: t $(LIBS) libowfat.a libsocket
+ CROSS=
+ #CROSS=i686-mingw-
+ CC=$(CROSS)gcc
+-CFLAGS=-pipe -W -Wall -O2 -fomit-frame-pointer
++CFLAGS?=-pipe -W -Wall -O2 -fomit-frame-pointer
+ #CFLAGS=-pipe -Os -march=pentiumpro -mcpu=pentiumpro -fomit-frame-pointer -fschedule-insns2 -Wall
+
+ # CFLAGS += -fstrict-aliasing -Wstrict-aliasing=2