diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /net/ns2/files/patch-Makefile.in | |
parent | Fix the string format vulnerability desribed at (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'net/ns2/files/patch-Makefile.in')
-rw-r--r-- | net/ns2/files/patch-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/ns2/files/patch-Makefile.in b/net/ns2/files/patch-Makefile.in deleted file mode 100644 index d7ef1d0ff633..000000000000 --- a/net/ns2/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- M Tue Jul 26 11:40:56 2005 -+++ Makefile.in Tue Jul 26 11:41:26 2005 -@@ -54,7 +54,7 @@ - - CCOPT = @V_CCOPT@ - STATIC = @V_STATIC@ --LDFLAGS = $(STATIC) -+LDFLAGS += $(STATIC) - LDOUT = -o $(BLANK) - - DEFINE = -DTCP_DELAY_BIND_ALL -DNO_TK @V_DEFINE@ @V_DEFINES@ @DEFS@ -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=@CPP_NAMESPACE@ -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -@@ -79,7 +79,7 @@ - -lm @LIBS@ - # -L@libdir@ \ - --CFLAGS = $(CCOPT) $(DEFINE) -+CFLAGS += $(CCOPT) $(DEFINE) - - # Explicitly define compilation rules since SunOS 4's make doesn't like gcc. - # Also, gcc does not remove the .o before forking 'as', which can be a |