diff -r 000000000000 -r ec1cffe6d30b patches/libelf/0.8.10/100-fix-64-bit-detection.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/patches/libelf/0.8.10/100-fix-64-bit-detection.patch Thu May 21 19:00:55 2009 +0000 @@ -0,0 +1,24 @@ +diff -dur libelf-0.8.10.orig/configure libelf-0.8.10/configure +--- libelf-0.8.10.orig/configure 2007-09-07 14:08:06.000000000 +0200 ++++ libelf-0.8.10/configure 2008-10-23 22:43:19.000000000 +0200 +@@ -1595,7 +1595,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + if test "$cross_compiling" = yes; then +- ac_cv_sizeof_long_long=0 ++ ac_cv_sizeof_long_long=8 + else + cat > conftest.$ac_ext <