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

Pol Vinogradov scm at sourcemage.org
Wed Dec 22 18:20:08 EST 2010


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



More information about the SM-Commit mailing list