diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-08 06:35:56 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-08 06:35:56 +0100 |
commit | a890bf669fc14a68084030940d0e647d9f1b8f2d (patch) | |
tree | 54e7f73616543a43f1ea24190848ea48045e6617 /package/ngrep/patches/patch-regex-0_12_Makefile_in | |
parent | a497e297b2d440b71a83306d6f3ac183eac0a065 (diff) |
ngrep: new package
Diffstat (limited to 'package/ngrep/patches/patch-regex-0_12_Makefile_in')
-rw-r--r-- | package/ngrep/patches/patch-regex-0_12_Makefile_in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package/ngrep/patches/patch-regex-0_12_Makefile_in b/package/ngrep/patches/patch-regex-0_12_Makefile_in new file mode 100644 index 000000000..c0873516f --- /dev/null +++ b/package/ngrep/patches/patch-regex-0_12_Makefile_in @@ -0,0 +1,19 @@ +--- ngrep-1.45.orig/regex-0.12/Makefile.in 2006-11-15 02:34:43.000000000 +0100 ++++ ngrep-1.45/regex-0.12/Makefile.in 2016-02-08 06:28:44.000000000 +0100 +@@ -26,13 +26,13 @@ version = 0.12 + # -DEXTRACT_MACROS to use the macros EXTRACT_* (as opposed to + # the corresponding C procedures). If not -DDEBUG, the macros + # are used. +-CPPFLAGS = ++CPPFLAGS ?= + + # Likewise, you can override CFLAGS to optimize, use -Wall, etc. +-CFLAGS = -g ++CFLAGS ?= -g + + # Ditto for LDFLAGS and LOADLIBES. +-LDFLAGS = ++LDFLAGS ?= + LOADLIBES = + + srcdir = @srcdir@ |