# HG changeset patch # User Michael Schloh von Bennewitz # Date 1408880967 -7200 # Node ID 07be25b95aca7e95750a6e3a5590131fc8455552 # Parent 07d23947ec911d7c176893538fba2d0ad19420b2 Accommodate architecture segregated lib(32|64|...) library paths. diff -r 07d23947ec91 -r 07be25b95aca tsocks/tsocks.spec --- a/tsocks/tsocks.spec Sun Aug 24 13:48:12 2014 +0200 +++ b/tsocks/tsocks.spec Sun Aug 24 13:49:27 2014 +0200 @@ -37,7 +37,7 @@ Group: Network License: LGPL Version: %{V_opkg} -Release: 20080101 +Release: 20140800 # list of sources Source0: http://switch.dl.sourceforge.net/tsocks/tsocks-%{V_dist}.tar.gz @@ -73,7 +73,7 @@ tsocks %build - if [ ! -f /lib/libdl.so ] && [ ! -f /usr/lib/libdl.so ]; then + if [ ! -f /lib*/libdl.so ] && [ ! -f /usr/lib*/libdl.so ]; then %{l_shtool} subst -e 's;-ldl;-lc;' configure fi CC="%{l_cc}" \