summaryrefslogtreecommitdiff
path: root/net/httping/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/httping/patches/patch-aa')
-rw-r--r--net/httping/patches/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/httping/patches/patch-aa b/net/httping/patches/patch-aa
new file mode 100644
index 00000000000..86e82fb8839
--- /dev/null
+++ b/net/httping/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1 2007/09/18 20:30:00 adrianp Exp $
+
+--- Makefile.orig 2007-07-26 09:00:31.000000000 +0100
++++ Makefile
+@@ -14,16 +14,15 @@
+
+ include version
+
+-DEBUG=-g # -D_DEBUG
+-LDFLAGS+=-lssl -lcrypto $(DEBUG)
+-CFLAGS+=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
++LDFLAGS+=-lssl -lcrypto
++CFLAGS+=-DVERSION=\"$(VERSION)\"
+
+ OBJS=mem.o http.o io.o str.o error.o utils.o main.o tcp.o mssl.o res.o
+
+ all: httping
+
+ httping: $(OBJS)
+- $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o httping
++ $(CC) -W $(OBJS) $(LDFLAGS) -o httping
+ #
+ # Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html
+