# HG changeset patch # User "Yann E. MORIN" # Date 1254648334 -7200 # Node ID fdf936326ccdf0c113ca9bcacff782749f34a463 # Parent 390d1483795efee46ee4d71b7eddd62b098e978f libelf: add libelf-0.8.12 diff -r 390d1483795e -r fdf936326ccd config/tools/libelf.in --- a/config/tools/libelf.in Sat Oct 03 18:49:51 2009 +0200 +++ b/config/tools/libelf.in Sun Oct 04 11:25:34 2009 +0200 @@ -11,6 +11,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBELF_V_0_8_12 + bool + prompt "0.8.12" + config LIBELF_V_0_8_11 bool prompt "0.8.11" @@ -25,5 +29,6 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "0.8.12" if LIBELF_V_0_8_12 default "0.8.11" if LIBELF_V_0_8_11 default "0.8.10" if LIBELF_V_0_8_10 diff -r 390d1483795e -r fdf936326ccd patches/libelf/0.8.12/100-fix-64-bit-detection.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/patches/libelf/0.8.12/100-fix-64-bit-detection.patch Sun Oct 04 11:25:34 2009 +0200 @@ -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 <