Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Jaka Kranjc (4f1834ea90d2549c1842ba3da553c2abff23abb7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Jaka Kranjc (4f1834ea90d2549c1842ba3da553c2abff23abb7)
  • Date: Sun, 4 Jun 2006 12:35:01 -0500

GIT changes to test grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

libs/librootapp/BUILD | 8 ++++++--
libs/librootapp/HISTORY | 3 +++
2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 4f1834ea90d2549c1842ba3da553c2abff23abb7
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

librootapp: Add and remove -fPIC for #11397

diff --git a/libs/librootapp/BUILD b/libs/librootapp/BUILD
index 3b18949..44f2141 100755
--- a/libs/librootapp/BUILD
+++ b/libs/librootapp/BUILD
@@ -1,2 +1,6 @@
- sedit 's:/usr/local:/usr:g' Init.make &&
- make
+sed -i 's:/usr/local:/usr:g' Init.make &&
+# disable_pic will only disable it on non-x86_64 systems
+# so these two lines effectively enable it only on x86_64 systems
+CFLAGS="$CFLAGS -fPIC -DPIC" &&
+disable_pic &&
+make
diff --git a/libs/librootapp/HISTORY b/libs/librootapp/HISTORY
index 3ad3eb4..9207b0a 100644
--- a/libs/librootapp/HISTORY
+++ b/libs/librootapp/HISTORY
@@ -1,3 +1,6 @@
+2006-06-04 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: Add and remove -fPIC for #11397 (disable_pic is intelligent)
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS





Archive powered by MHonArc 2.6.24.

Top of Page