pkgsrc/net/httping/patches/patch-aa
shattered 1111facd7a Update to 1.5.2. Notable changes:
- support persistent connections
- binding to an adapter did not work (fixed)
2012-02-18 10:06:56 +00:00

12 lines
298 B
Text

$NetBSD: patch-aa,v 1.3 2012/02/18 10:06:57 shattered Exp $
--- Makefile.orig 2011-08-03 16:08:08.000000000 +0000
+++ Makefile
@@ -17,7 +17,6 @@ include version
TARGET=httping
WFLAGS=-Wall -W
-OFLAGS=-O2
CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -g
PACKAGE=$(TARGET)-$(VERSION)