summaryrefslogtreecommitdiffstats
path: root/libraries/stfl/allow-custom-opts-in-Makefile.patch
blob: 860cc3034b1877caf2bca86567b40b2a08ef3c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -Nur stfl-0.22.orig//Makefile stfl-0.22/Makefile
--- stfl-0.22.orig//Makefile	2009-06-19 12:30:52.000000000 -0500
+++ stfl-0.22/Makefile	2011-01-11 22:21:10.623044411 -0600
@@ -21,7 +21,8 @@
 include Makefile.cfg
 
 export CC = gcc -pthread
-export CFLAGS += -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC
+OPTS = -Os
+export CFLAGS += -I. -Wall $(OPTS) -ggdb -D_GNU_SOURCE -fPIC
 export LDLIBS += -lncursesw
 
 SONAME  := libstfl.so.0