Skip to Content.
Sympa Menu

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

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 (d38a52b0921542c4893fe95cf1bbea6114d30a32)
  • Date: Sat, 22 Nov 2014 21:41:52 -0600

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

gnome2-libs/dconf/BUILD | 4 +---
gnome2-libs/dconf/HISTORY | 3 +++
utils/kexec-tools/BUILD | 3 +--
utils/kexec-tools/HISTORY | 3 +++
4 files changed, 8 insertions(+), 5 deletions(-)

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

kexec-tools: Use disable_pic function to fix CFLAGS

commit 69606ee37af672e4636c1075adba8093be372ba4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dconf: Use disable_pic function to fix CFLAGS

diff --git a/gnome2-libs/dconf/BUILD b/gnome2-libs/dconf/BUILD
index 9529645..f551ffe 100755
--- a/gnome2-libs/dconf/BUILD
+++ b/gnome2-libs/dconf/BUILD
@@ -2,7 +2,5 @@
# thus disabling these optimizations to prevent failures like:
# dbus.c:(.text.startup+0x2a): undefined reference to
`dconf_engine_dbus_init_for_testing'
#
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld:
gdbus-thread: hidden symbol `dconf_engine_dbus_init_for_testing' isn't
defined
-CFLAGS="${CFLAGS//-fPIC/}" &&
-CFLAGS="${CFLAGS//-DPIC/}" &&
-
+disable_pic force &&
default_build
diff --git a/gnome2-libs/dconf/HISTORY b/gnome2-libs/dconf/HISTORY
index b5bc71c..7c0fa3f 100644
--- a/gnome2-libs/dconf/HISTORY
+++ b/gnome2-libs/dconf/HISTORY
@@ -1,3 +1,6 @@
+2014-11-23 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Use disable_pic function to fix CFLAGS
+
2013-09-02 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.16.1
changed SOURCE_URL
diff --git a/utils/kexec-tools/BUILD b/utils/kexec-tools/BUILD
index 6032744..cbd2248 100755
--- a/utils/kexec-tools/BUILD
+++ b/utils/kexec-tools/BUILD
@@ -1,3 +1,2 @@
-CFLAGS="${CFLAGS/-fPIC /}" &&
-
+disable_pic force &&
default_build
diff --git a/utils/kexec-tools/HISTORY b/utils/kexec-tools/HISTORY
index a4d8e50..fa924b2 100644
--- a/utils/kexec-tools/HISTORY
+++ b/utils/kexec-tools/HISTORY
@@ -1,3 +1,6 @@
+2014-11-23 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Use disable_pic function to fix CFLAGS
+
2013-09-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.0.4




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d38a52b0921542c4893fe95cf1bbea6114d30a32), Ismael Luceno, 11/22/2014

Archive powered by MHonArc 2.6.24.

Top of Page