Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (b55cf9626bfd2557488a9f0dbd2bbbc19f0b30e0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (b55cf9626bfd2557488a9f0dbd2bbbc19f0b30e0)
  • Date: Sun, 7 Feb 2010 00:07:34 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/glibc/HISTORY | 3 +++
libs/glibc/UP_TRIGGERS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit b55cf9626bfd2557488a9f0dbd2bbbc19f0b30e0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

glibc: Only trigger cast of libdrm if libdrm is also installed

diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 8ef253a..256732c 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2010-02-06 Eric Sandall <sandalle AT sourcemage.org>
+ * UP_TRIGGERS: Only trigger cast of libdrm if libdrm is also installed
+
2010-01-19 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* PRE_BUILD: Remove kernel DRM headers (Bug #15547)
diff --git a/libs/glibc/UP_TRIGGERS b/libs/glibc/UP_TRIGGERS
index b64343d..a99be7b 100755
--- a/libs/glibc/UP_TRIGGERS
+++ b/libs/glibc/UP_TRIGGERS
@@ -3,6 +3,6 @@ if ! spell_ok locale; then
echo
fi

-if $(gaze from $INSTALL_ROOT/usr/include/drm/drm.h|grep -q glibc); then
+if $(gaze from $INSTALL_ROOT/usr/include/drm/drm.h|grep -q glibc) &&
spell_ok libdrm; then
up_trigger libdrm cast_self
fi



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b55cf9626bfd2557488a9f0dbd2bbbc19f0b30e0), Eric Sandall, 02/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page