diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:30:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:59:46 +0200 |
commit | 45b11cba2f06fd53f23aa446348b170e72a6b5e1 (patch) | |
tree | 5227de2d8254fc12db8740647596cdb4fc400c35 /package/libowfat/patches | |
parent | 2a34731239c100d9362c1043b260c1b9616e30ba (diff) |
update libowfat to latest stable version
Diffstat (limited to 'package/libowfat/patches')
-rw-r--r-- | package/libowfat/patches/patch-GNUmakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libowfat/patches/patch-GNUmakefile b/package/libowfat/patches/patch-GNUmakefile new file mode 100644 index 000000000..fbe2b0a3b --- /dev/null +++ b/package/libowfat/patches/patch-GNUmakefile @@ -0,0 +1,11 @@ +--- libowfat-0.30.orig/GNUmakefile 2015-04-10 22:54:57.000000000 +0200 ++++ libowfat-0.30/GNUmakefile 2015-06-05 16:06:19.000000000 +0200 +@@ -18,7 +18,7 @@ all: ent $(LIBS) libowfat.a libsocket t + CROSS= + #CROSS=i686-mingw- + CC=$(CROSS)gcc +-CFLAGS=-pipe -W -Wall -Wextra -O2 -fomit-frame-pointer ++CFLAGS?= + #CFLAGS=-pipe -Os -march=pentiumpro -mcpu=pentiumpro -fomit-frame-pointer -fschedule-insns2 -Wall + + ent: ent.c haveuint128.h |