Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3d810adf948b05c82b64bc51b7f03496a930d13a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3d810adf948b05c82b64bc51b7f03496a930d13a)
  • Date: Fri, 25 Dec 2020 18:31:37 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/elfutils/BUILD | 4 +---
libs/elfutils/HISTORY | 4 ++++
libs/elfutils/patches/musl-cdefs.patch | 10 ++++++++++
3 files changed, 15 insertions(+), 3 deletions(-)

New commits:
commit 3d810adf948b05c82b64bc51b7f03496a930d13a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

elfutils: Add patch removing cdefs.h include

commit 0ead66976252213181699bc7a14eff4733afc028
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

elfutils: Disable libdebuginfod

diff --git a/libs/elfutils/BUILD b/libs/elfutils/BUILD
index 19d6a75..50dbf32 100755
--- a/libs/elfutils/BUILD
+++ b/libs/elfutils/BUILD
@@ -11,7 +11,5 @@ esac &&
# see
# http://web.archiveorange.com/archive/v/hlgHmPOOA2S1Ez3KjzWJ
disable_pic force &&
-# Ensure at least some opts... buld fails with gcc-4.3 without opts.
-# When user does -O0, she has to know why...
-OPTS+=" --disable-debuginfod" &&
+OPTS+=" --disable-debuginfod --disable-libdebuginfod" &&
default_build
diff --git a/libs/elfutils/HISTORY b/libs/elfutils/HISTORY
index 85d12ac..4015b47 100644
--- a/libs/elfutils/HISTORY
+++ b/libs/elfutils/HISTORY
@@ -1,3 +1,7 @@
+2020-12-25 Ismael Luceno <ismael AT iodev.co.uk>
+ * BUILD: disable libdebuginfod too
+ * patches/musl-cdefs.patch: Added patch again, fixed
+
2020-11-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.182
* patches/musl-cdefs.patch: remove non-applying patch
diff --git a/libs/elfutils/patches/musl-cdefs.patch
b/libs/elfutils/patches/musl-cdefs.patch
new file mode 100644
index 0000000..b2da0c9
--- /dev/null
+++ b/libs/elfutils/patches/musl-cdefs.patch
@@ -0,0 +1,10 @@
+--- a/lib/fixedsizehash.h
++++ b/lib/fixedsizehash.h
+@@ -30,7 +30,6 @@
+ #include <errno.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <sys/cdefs.h>
+
+ #include <system.h>
+



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3d810adf948b05c82b64bc51b7f03496a930d13a), Ismael Luceno, 12/25/2020

Archive powered by MHonArc 2.6.24.

Top of Page