diff options
Diffstat (limited to '')
-rw-r--r-- | security/strobe/files/patch-aa | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/security/strobe/files/patch-aa b/security/strobe/files/patch-aa index 7ad03f5f842e..2893f23a916d 100644 --- a/security/strobe/files/patch-aa +++ b/security/strobe/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Mon Nov 27 18:39:11 1995 -+++ Makefile Tue Jan 7 20:02:22 1997 -@@ -3,9 +3,10 @@ +--- Makefile.orig Thu Jul 3 07:48:00 1997 ++++ Makefile Thu Jan 29 16:57:49 1998 +@@ -3,15 +3,16 @@ # Modify the below to suit your filesystem @@ -14,6 +14,13 @@ #CC=cc CC=gcc + + #FLAGS=-O -nointl # SCO +-FLAGS= -O -g -Wall ++FLAGS= -O -Wall + + #LIBS= -lnsl -lsocket # SYSVR4 / SOLARIS + #LIBS= -lsocket -lmalloc -lc_s # SCO @@ -40,13 +41,13 @@ $(MAN): $(INSTALLDIR)/$(BIN): $(BIN) |