patch-regex-0_12_Makefile_in 567 B

12345678910111213141516171819
  1. --- ngrep-1.45.orig/regex-0.12/Makefile.in 2006-11-15 02:34:43.000000000 +0100
  2. +++ ngrep-1.45/regex-0.12/Makefile.in 2016-02-08 06:28:44.000000000 +0100
  3. @@ -26,13 +26,13 @@ version = 0.12
  4. # -DEXTRACT_MACROS to use the macros EXTRACT_* (as opposed to
  5. # the corresponding C procedures). If not -DDEBUG, the macros
  6. # are used.
  7. -CPPFLAGS =
  8. +CPPFLAGS ?=
  9. # Likewise, you can override CFLAGS to optimize, use -Wall, etc.
  10. -CFLAGS = -g
  11. +CFLAGS ?= -g
  12. # Ditto for LDFLAGS and LOADLIBES.
  13. -LDFLAGS =
  14. +LDFLAGS ?=
  15. LOADLIBES =
  16. srcdir = @srcdir@