Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (8cfb71beeb4268ecb3dd34a302ad5900475258ef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (8cfb71beeb4268ecb3dd34a302ad5900475258ef)
  • Date: Wed, 22 Dec 2010 17:20:08 -0600

GIT changes to devel-xorg-modular grimoire by Pol Vinogradov
<vin.public AT gmail.com>:

xorg-extras/libpthread-stubs/UP_TRIGGERS | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8cfb71beeb4268ecb3dd34a302ad5900475258ef
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

xorg-extras/libpthread-stubs: use readelf -d instead of ldd

diff --git a/xorg-extras/libpthread-stubs/UP_TRIGGERS
b/xorg-extras/libpthread-stubs/UP_TRIGGERS
index 26c774a..ad78298 100755
--- a/xorg-extras/libpthread-stubs/UP_TRIGGERS
+++ b/xorg-extras/libpthread-stubs/UP_TRIGGERS
@@ -4,7 +4,7 @@ if [ "${VERSION:1:2}" != "${OLD_SPELL_VERSION:1:2}" ]; then
message "This is a possibly incompatible update of libpthread-stubs..."
message "Figuring out what spells need to be recast, this may take a
while."
for each in $(show_up_depends $SPELL 3); do
- if gaze install-spell $each | xargs ldd 2> /dev/null |
+ if gaze install-spell $each | xargs readelf -d 2> /dev/null |
grep -q libpthread-stubs; then
up_trigger $each cast_self
fi



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (8cfb71beeb4268ecb3dd34a302ad5900475258ef), Pol Vinogradov, 12/22/2010

Archive powered by MHonArc 2.6.24.

Top of Page