components/httping/patches/Makefile.patch
author Craig Mohrman <craig.mohrman@oracle.com>
Mon, 16 Jul 2012 12:10:02 -0500
branchs11-sru
changeset 2310 b6f711809a62
parent 411 47dc7d1d6551
permissions -rw-r--r--
7110926 gawk fails to determine string length in non-C locales

--- httping-1.4.4/Makefile	Sat Jul 24 03:32:07 2010
+++ httping-1.4.4/Makefile.new	Fri Jul 15 09:54:53 2011
@@ -16,7 +16,7 @@
 
 TARGET=httping
 
-WFLAGS=-Wall -W
+WFLAGS=
 OFLAGS=-O2
 CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"