aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ngrep/ngrep/use-our-pcre.patch
blob: 778c35f19697c927c7faf1b146cfbe28901d07d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- ngrep-1.42/configure.in~use-our-pcre
+++ ngrep-1.42/configure.in
@@ -134,10 +134,6 @@
   echo 'Configuring Perl-Compatible Regular Expression (PCRE) library ...' 
   echo 
 
-  ( cd pcre-3.4; ./configure && make libtool chartables.c )
-
-  REGEX_TARGET='pcre'
-  REGEX_OBJS='pcre.o study.o'
   USE_PCRE="1"
 
 else