forked from pool/libstfl
55efe4f57e
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libstfl?expand=0&rev=4
13 lines
366 B
Diff
13 lines
366 B
Diff
--- Makefile.orig 2009-04-27 13:03:30.000000000 +0200
|
|
+++ Makefile 2009-12-10 01:51:53.000000000 +0100
|
|
@@ -21,7 +21,8 @@
|
|
include Makefile.cfg
|
|
|
|
export CC = gcc -pthread
|
|
-export CFLAGS += -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC
|
|
+export OPTFLAGS = -Os -ggdb
|
|
+export CFLAGS += -I. -Wall $(OPTFLAGS) -D_GNU_SOURCE -fPIC
|
|
export LDLIBS += -lncursesw
|
|
|
|
VERSION := 0.20
|