diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-29 21:59:51 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-29 21:59:51 +0000 |
commit | 337bb6b43d1ec901faf2b7e176517f36c810a904 (patch) | |
tree | 29bf016dc7c877a2620b7d7e1bae7bcc9c9a1133 /security/strobe/files/patch-aa | |
parent | workaround on failed bkgdset test (diff) |
Actually make myself MAINTAINER, and remove -g from CFLAGS.
Forgetten by: jseger
Remebered by: obrien
Notes
Notes:
svn path=/head/; revision=9519
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) |