Branch oldpackages for 14.07
[14.07/packages.git] / utils / dialog / patches / 001-cross_compile.patch
1 --- a/configure
2 +++ b/configure
3 @@ -11827,7 +11827,7 @@ linux*)
4                 if test -d /lib64
5                 then
6  
7 -if test -n "/lib64" ; then
8 +if test -n "/lib64" -a test $cross_compiling = "no"; then
9    for cf_add_libdir in /lib64
10    do
11      if test $cf_add_libdir = /usr/lib ; then