aboutsummaryrefslogtreecommitdiff
path: root/net/httping/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/httping/files/patch-Makefile')
-rw-r--r--net/httping/files/patch-Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/httping/files/patch-Makefile b/net/httping/files/patch-Makefile
new file mode 100644
index 000000000000..bd6640c26e33
--- /dev/null
+++ b/net/httping/files/patch-Makefile
@@ -0,0 +1,13 @@
+--- Makefile.ori Thu Jul 26 10:00:31 2007
++++ Makefile Tue Sep 25 18:36:53 2007
+@@ -14,9 +14,8 @@
+
+ include version
+
+-DEBUG=-g # -D_DEBUG
+ LDFLAGS+=-lssl -lcrypto $(DEBUG)
+-CFLAGS+=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
++CFLAGS+=-DVERSION=\"$(VERSION)\"
+
+ OBJS=mem.o http.o io.o str.o error.o utils.o main.o tcp.o mssl.o res.o
+