# HG changeset patch # User "Yann E. MORIN" # Date 1224832432 0 # Node ID 1b0e89014a91cc52e27cfa64e7a7fafd5cd677b3 # Parent 6377bc687c93693cd0ab3155a3fef8856ce42a83 Fix libelf cross-building. /trunk/patches/libelf/0.8.10/100-fix-64-bit-detection.patch | 24 24 0 0 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff -r 6377bc687c93 -r 1b0e89014a91 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 Fri Oct 24 07:13:52 2008 +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 <