diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-18 17:26:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-18 17:26:32 +0000 |
commit | da422d63cf72f05137326de21e931e64108f9636 (patch) | |
tree | 8b8e3d1d0e39009f1f49eb8360faf66333019031 /main/statserial/makefile.patch | |
parent | 2ce356292507a5ccfff852efb2a97c2589f4f8e4 (diff) | |
download | aports-da422d63cf72f05137326de21e931e64108f9636.tar.bz2 aports-da422d63cf72f05137326de21e931e64108f9636.tar.xz |
main/statserial: moved from testing
ref #1533
Diffstat (limited to 'main/statserial/makefile.patch')
-rw-r--r-- | main/statserial/makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/statserial/makefile.patch b/main/statserial/makefile.patch new file mode 100644 index 0000000000..18284b0511 --- /dev/null +++ b/main/statserial/makefile.patch @@ -0,0 +1,11 @@ +--- statserial-1.1.orig/Makefile ++++ statserial-1.1/Makefile +@@ -7,7 +7,7 @@ + + # for production code + CFLAGS = -Wall -O3 -fomit-frame-pointer +-LDFLAGS = -s -N ++LDFLAGS = -s + + statserial: statserial.o + $(LD) $(LDFLAGS) -o statserial statserial.o -lcurses |