diff options
author | obrien <obrien@FreeBSD.org> | 2000-08-27 08:27:19 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-08-27 08:27:19 +0800 |
commit | b0852a3113aa97e34846e4ea74ab6bc21264bc61 (patch) | |
tree | d3d33b53162cc2fd33911258527c1de74bfd9a03 | |
parent | 56b4fbb74d6bbfae6ffb63f8a3e424ae90f1caa0 (diff) | |
download | freebsd-ports-graphics-b0852a3113aa97e34846e4ea74ab6bc21264bc61.tar.gz freebsd-ports-graphics-b0852a3113aa97e34846e4ea74ab6bc21264bc61.tar.zst freebsd-ports-graphics-b0852a3113aa97e34846e4ea74ab6bc21264bc61.zip |
Enable `TELNET' and `GAPING_SECURITY_HOLE'.
Requested by: ru (GAPING_SECURITY_HOLE)
-rw-r--r-- | net/netcat/files/patch-ab | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/net/netcat/files/patch-ab b/net/netcat/files/patch-ab index ccbfcea2abf..36b9f832b4b 100644 --- a/net/netcat/files/patch-ab +++ b/net/netcat/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Mar 20 13:46:06 1996 -+++ Makefile Sun Apr 11 16:36:21 1999 +--- Makefile.orig Tue Mar 19 19:16:06 1996 ++++ Makefile Sat Jul 24 13:30:04 1999 @@ -9,12 +9,12 @@ # pick gcc if you'd rather , and/or do -g instead of -O if debugging # debugging @@ -24,3 +24,12 @@ nc-dos: @echo "DOS?! Maybe someday, but not now" +@@ -81,7 +81,7 @@ + + # virtually the same as netbsd/bsd44lite/whatever + freebsd: +- make -e $(ALL) $(MFLAGS) XFLAGS='-DFREEBSD' STATIC=-static ++ make -e $(ALL) $(MFLAGS) XFLAGS='-DFREEBSD -DGAPING_SECURITY_HOLE -DTELNET' STATIC=-static + + bsdi: + make -e $(ALL) $(MFLAGS) XFLAGS='-DBSDI' STATIC=-Bstatic |