]> git.pld-linux.org Git - packages/vsftpd.git/blame - vsftpd-findlibs-egrep.patch
- switch egrep in vsf_findlibs.sh into text mode
[packages/vsftpd.git] / vsftpd-findlibs-egrep.patch
CommitLineData
4100b227
AO
1--- vsftpd-3.0.2/vsf_findlibs.sh.orig 2014-04-11 12:18:03.231578533 +0200
2+++ vsftpd-3.0.2/vsf_findlibs.sh 2014-04-11 12:19:03.988273239 +0200
3@@ -2,7 +2,7 @@
4 # Cheesy hacky location of additional link libraries.
5
6 locate_library() { [ ! "$1*" = "`echo $1*`" ]; }
7-find_func() { egrep $1 $2 >/dev/null; }
8+find_func() { egrep -qa $1 $2; }
9
10 if find_func hosts_access tcpwrap.o; then
11 echo "-lwrap";
This page took 0.022068 seconds and 4 git commands to generate.