summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-03-20 18:13:36 +0000
committerJeroen Roovers <jer@gentoo.org>2013-03-20 18:13:36 +0000
commit523693ce28a4dad4e70922f687a7d3efa5f1a37d (patch)
tree41fa1a85fcbac9f13d1189b0b0eb55a5c4c703b9 /net-analyzer/httping/files
parentamd64, ppc64, x86 stable, wrt bug #462512 (diff)
downloadhistorical-523693ce28a4dad4e70922f687a7d3efa5f1a37d.tar.gz
historical-523693ce28a4dad4e70922f687a7d3efa5f1a37d.tar.bz2
historical-523693ce28a4dad4e70922f687a7d3efa5f1a37d.zip
Respect CFLAGS/LDFLAGS.
Package-Manager: portage-2.2.0_alpha168/cvs/Linux x86_64 Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'net-analyzer/httping/files')
-rw-r--r--net-analyzer/httping/files/httping-2.0-flags.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-analyzer/httping/files/httping-2.0-flags.patch b/net-analyzer/httping/files/httping-2.0-flags.patch
new file mode 100644
index 000000000000..43f553c69668
--- /dev/null
+++ b/net-analyzer/httping/files/httping-2.0-flags.patch
@@ -0,0 +1,23 @@
+--- a/Makefile
++++ b/Makefile
+@@ -18,9 +18,8 @@
+
+ DEBUG=yes
+ WFLAGS=-Wall -W
+-OFLAGS=-O3
+ CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
+-LDFLAGS=-lm
++LDFLAGS+=-lm
+
+ PACKAGE=$(TARGET)-$(VERSION)
+ PREFIX=/usr
+@@ -60,8 +59,7 @@
+ endif
+
+ ifeq ($(DEBUG),yes)
+-CFLAGS+=-D_DEBUG -ggdb
+-LDFLAGS+=-g
++CFLAGS+=-D_DEBUG
+ endif
+
+ ifeq ($(ARM),yes)