summaryrefslogtreecommitdiff
path: root/optflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'optflags.patch')
-rw-r--r--optflags.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/optflags.patch b/optflags.patch
new file mode 100644
index 0000000..02a88b0
--- /dev/null
+++ b/optflags.patch
@@ -0,0 +1,10 @@
+--- libstemmer_c/Makefile~ 2009-11-21 14:36:24.000000000 +0200
++++ libstemmer_c/Makefile 2009-11-21 14:37:22.059947733 +0200
+@@ -1,5 +1,6 @@
+ include mkinc.mak
+-CFLAGS+=-Wall -Iinclude -fPIC -DPIC -D_REENTRANT
++OPTFLAGS = -Wall
++CFLAGS+= $(OPTFLAGS) -Iinclude -fPIC -DPIC -D_REENTRANT
+ CC=gcc
+ bindir = /usr/bin
+ libdir = /usr/lib