X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=net-proxy%2Ftorsocks%2Ffiles%2Ffix-find-libc.so.patch;fp=net-proxy%2Ftorsocks%2Ffiles%2Ffix-find-libc.so.patch;h=0000000000000000000000000000000000000000;hb=429e250f2e8037fc30f838890640ce1279adc605;hp=0fb1949116e15d3087aa761d1d73686177875c0c;hpb=027598c2dc43821ad7cb896911269b8eeb2744ba;p=mjo-overlay.git diff --git a/net-proxy/torsocks/files/fix-find-libc.so.patch b/net-proxy/torsocks/files/fix-find-libc.so.patch deleted file mode 100644 index 0fb1949..0000000 --- a/net-proxy/torsocks/files/fix-find-libc.so.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nuar torsocks-2.0.0-rc3.orig/configure.ac torsocks-2.0.0-rc3/configure.ac ---- torsocks-2.0.0-rc3.orig/configure.ac 2013-11-03 13:24:51.000000000 -0500 -+++ torsocks-2.0.0-rc3/configure.ac 2014-01-26 12:49:55.157606016 -0500 -@@ -132,7 +132,7 @@ - dnl Get libc full system path. Use prefix or some hardcoded standard - dnl location on Unixish system. - AC_MSG_CHECKING(location of libc.so) --for DIR in "$prefix/lib" "$prefix/usr/lib" '/lib' '/usr/lib'; do -+for DIR in "$prefix/lib*" "$prefix/usr/lib*" '/lib*' '/usr/lib*'; do - if test "${LIBC_PATH}" = ""; then - LIBC_PATH=`$FIND $DIR -name "libc.so.?" 2>/dev/null | $TAIL -1` - fi