components/httping/patches/Makefile.patch
author Tomas Klacko <tomas.klacko@oracle.com>
Tue, 11 Feb 2014 09:15:51 -0800
branchs11-update
changeset 2945 181980667e6e
parent 411 47dc7d1d6551
permissions -rw-r--r--
17824699 ksh93 coredumps in ed_emacsread() when changing prompt string (PS1) 17435456 setting KSH_VERSION crashes ksh93
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