components/httping/patches/Makefile.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Wed, 29 Aug 2012 11:05:56 -0700
changeset 957 255465c5756f
parent 411 47dc7d1d6551
permissions -rw-r--r--
Close of build 04.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
411
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
     1
--- httping-1.4.4/Makefile	Sat Jul 24 03:32:07 2010
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
     2
+++ httping-1.4.4/Makefile.new	Fri Jul 15 09:54:53 2011
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
     3
@@ -16,7 +16,7 @@
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
     4
 
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
     5
 TARGET=httping
355
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     6
 
411
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
     7
-WFLAGS=-Wall -W
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
     8
+WFLAGS=
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
     9
 OFLAGS=-O2
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
    10
 CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
355
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    11