1.1 --- a/tsocks/tsocks.spec Sun Aug 24 13:48:12 2014 +0200 1.2 +++ b/tsocks/tsocks.spec Sun Aug 24 13:49:27 2014 +0200 1.3 @@ -37,7 +37,7 @@ 1.4 Group: Network 1.5 License: LGPL 1.6 Version: %{V_opkg} 1.7 -Release: 20080101 1.8 +Release: 20140800 1.9 1.10 # list of sources 1.11 Source0: http://switch.dl.sourceforge.net/tsocks/tsocks-%{V_dist}.tar.gz 1.12 @@ -73,7 +73,7 @@ 1.13 tsocks 1.14 1.15 %build 1.16 - if [ ! -f /lib/libdl.so ] && [ ! -f /usr/lib/libdl.so ]; then 1.17 + if [ ! -f /lib*/libdl.so ] && [ ! -f /usr/lib*/libdl.so ]; then 1.18 %{l_shtool} subst -e 's;-ldl;-lc;' configure 1.19 fi 1.20 CC="%{l_cc}" \