diff options
Diffstat (limited to 'net-analyzer/httping/files/httping-2.2.1-flags.patch')
-rw-r--r-- | net-analyzer/httping/files/httping-2.2.1-flags.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/httping/files/httping-2.2.1-flags.patch b/net-analyzer/httping/files/httping-2.2.1-flags.patch new file mode 100644 index 000000000000..194eb473577c --- /dev/null +++ b/net-analyzer/httping/files/httping-2.2.1-flags.patch @@ -0,0 +1,12 @@ +--- a/Makefile ++++ b/Makefile +@@ -84,8 +84,7 @@ + endif + + ifeq ($(DEBUG),yes) +-CFLAGS+=-D_DEBUG -ggdb +-LDFLAGS+=-g ++CFLAGS+=-D_DEBUG + endif + + ifeq ($(ARM),yes) |