diff options
Diffstat (limited to 'net-analyzer/httping/files')
-rw-r--r-- | net-analyzer/httping/files/httping-2.0-flags.patch | 23 |
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) |