From a890bf669fc14a68084030940d0e647d9f1b8f2d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 8 Feb 2016 06:35:56 +0100 Subject: ngrep: new package --- package/ngrep/patches/patch-Makefile_in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/ngrep/patches/patch-Makefile_in (limited to 'package/ngrep/patches/patch-Makefile_in') diff --git a/package/ngrep/patches/patch-Makefile_in b/package/ngrep/patches/patch-Makefile_in new file mode 100644 index 000000000..40659bb8d --- /dev/null +++ b/package/ngrep/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- ngrep-1.45.orig/Makefile.in 2006-11-28 14:35:37.000000000 +0100 ++++ ngrep-1.45/Makefile.in 2016-02-08 06:24:48.000000000 +0100 +@@ -63,7 +63,7 @@ distclean: clean + rm -f config.status config.cache config.log config.h Makefile + + $(REGEX_OBJS): $(REGEX_OBJS:.o=.c) $(REGEX_DIR)/*.h +- $(MAKE) $(MAKEFLAGS) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS)) ++ $(MAKE) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS)) + + $(OBJS): Makefile ngrep.c ngrep.h + -- cgit v1.2.3