diff options
| author | Francesco Colista <francesco.colista@gmail.com> | 2013-01-03 17:47:52 +0000 |
|---|---|---|
| committer | Francesco Colista <francesco.colista@gmail.com> | 2013-01-03 17:48:55 +0000 |
| commit | ab4948d160bf7a9db70657f169475ea46bc21a3b (patch) | |
| tree | 9cd48d635362af3063373c2247991115ab958ba2 /testing/statserial/makefile.patch | |
| parent | 43c4090824288439314ee365589a957eac4ef5b8 (diff) | |
| download | aports-ab4948d160bf7a9db70657f169475ea46bc21a3b.tar.bz2 aports-ab4948d160bf7a9db70657f169475ea46bc21a3b.tar.xz | |
testing/statserial: new aport. Fixes #1533
Diffstat (limited to 'testing/statserial/makefile.patch')
| -rw-r--r-- | testing/statserial/makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/statserial/makefile.patch b/testing/statserial/makefile.patch new file mode 100644 index 0000000000..18284b0511 --- /dev/null +++ b/testing/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 |
