]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ngrep/ngrep/use-our-pcre.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ngrep / ngrep / use-our-pcre.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- ngrep-1.42/configure.in~use-our-pcre
7 +++ ngrep-1.42/configure.in
8 @@ -134,10 +134,6 @@
9    echo 'Configuring Perl-Compatible Regular Expression (PCRE) library ...' 
10    echo 
11  
12 -  ( cd pcre-3.4; ./configure && make libtool chartables.c )
13 -
14 -  REGEX_TARGET='pcre'
15 -  REGEX_OBJS='pcre.o study.o'
16    USE_PCRE="1"
17  
18  else