Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.60 grimoire by Vlad Glagolev (31f54bba1fe6ee3a82ef02639e2c14e678fc4996)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.60 grimoire by Vlad Glagolev (31f54bba1fe6ee3a82ef02639e2c14e678fc4996)
  • Date: Wed, 7 Dec 2011 03:32:54 -0600

GIT changes to stable-0.60 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

libs/elfutils/BUILD | 5 ++++-
libs/elfutils/HISTORY | 3 +++
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 31f54bba1fe6ee3a82ef02639e2c14e678fc4996
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

elfutils: enforce disable_pic also for x86-64
(cherry picked from commit a6dcb806dffa9477b5bda24dceaaac4caca41c29)

diff --git a/libs/elfutils/BUILD b/libs/elfutils/BUILD
index 7694d86..db6d5d3 100755
--- a/libs/elfutils/BUILD
+++ b/libs/elfutils/BUILD
@@ -2,7 +2,10 @@
# We could write wrappers for all of the possible binaries
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST} --build=${BUILD}"
OPTS="$OPTS --program-suffix=.elfutils" &&
-disable_pic &&
+# We really need to disable PIC, also on archs that otherwise need it.
+# 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...
CFLAGS="-O $CFLAGS" &&
diff --git a/libs/elfutils/HISTORY b/libs/elfutils/HISTORY
index 33a1018..4a13468 100644
--- a/libs/elfutils/HISTORY
+++ b/libs/elfutils/HISTORY
@@ -1,3 +1,6 @@
+2011-12-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: really enforce _no_ PIC, this spell needs it also on x86-64
+
2011-04-17 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.152
* DOWNLOAD: removed



  • [SM-Commit] GIT changes to stable-0.60 grimoire by Vlad Glagolev (31f54bba1fe6ee3a82ef02639e2c14e678fc4996), Vlad Glagolev, 12/07/2011

Archive powered by MHonArc 2.6.24.

Top of Page