forked from pool/libstfl
- Update to 0.23 * no upstream changelog provided - Cleanup spec file with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/307011 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libstfl?expand=0&rev=13
19 lines
461 B
Diff
19 lines
461 B
Diff
Index: Makefile
|
|
===================================================================
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -20,9 +20,10 @@
|
|
|
|
include Makefile.cfg
|
|
|
|
-export CC = gcc -pthread
|
|
-export CFLAGS += -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC
|
|
-export LDLIBS += -lncursesw
|
|
+export CC = gcc
|
|
+OPTFLAGS=-Os -ggdb
|
|
+export CFLAGS += -pthread -I. -Wall -D_GNU_SOURCE -fPIC $(OPTFLAGS)
|
|
+export LDLIBS += -pthread -lncursesw
|
|
|
|
SONAME := libstfl.so.0
|
|
VERSION := 0.23
|