diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-10 04:17:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-10 04:20:43 +0200 |
commit | d69e39a324a20bb3d92de94b29eb9eb690ea579a (patch) | |
tree | 0b72d59637354013b03da3cf23d814f939970980 /package/ngrep/patches/patch-Makefile_in | |
parent | 6fadbd51ba79f5d50e9be4b5a495cc4a6da0a182 (diff) |
drop old packages: pcre, clamav, snort, ngrep, spandsp and freeswitch
Diffstat (limited to 'package/ngrep/patches/patch-Makefile_in')
-rw-r--r-- | package/ngrep/patches/patch-Makefile_in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/ngrep/patches/patch-Makefile_in b/package/ngrep/patches/patch-Makefile_in deleted file mode 100644 index 40659bb8d..000000000 --- a/package/ngrep/patches/patch-Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |