From 98bc4decdeab1361bdc585c86591718fb08c8ffb Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 2 Dec 2017 12:44:39 -0800 Subject: Run all patches through renumbering and update Signed-off-by: Alexey Neyman --- .../libelf/0.8.13/0000-fix-64-bit-detection.patch | 27 ++++++++++++++++++++++ .../libelf/0.8.13/100-fix-64-bit-detection.patch | 24 ------------------- 2 files changed, 27 insertions(+), 24 deletions(-) create mode 100644 packages/libelf/0.8.13/0000-fix-64-bit-detection.patch delete mode 100644 packages/libelf/0.8.13/100-fix-64-bit-detection.patch (limited to 'packages/libelf') diff --git a/packages/libelf/0.8.13/0000-fix-64-bit-detection.patch b/packages/libelf/0.8.13/0000-fix-64-bit-detection.patch new file mode 100644 index 00000000..4d25f43c --- /dev/null +++ b/packages/libelf/0.8.13/0000-fix-64-bit-detection.patch @@ -0,0 +1,27 @@ +--- + configure | 2 +- + configure.in | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +--- a/configure ++++ b/configure +@@ -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 <&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 <