summaryrefslogtreecommitdiffstats
path: root/xorg-extras/libpthread-stubs
diff options
context:
space:
mode:
authorPol Vinogradov2010-12-22 18:19:41 -0500
committerPol Vinogradov2010-12-22 18:19:41 -0500
commit8cfb71beeb4268ecb3dd34a302ad5900475258ef (patch)
tree692ad002eed35a8ed532bead3fcdef8cbb02fbc4 /xorg-extras/libpthread-stubs
parent6c41be7c17699747644fb272bbee869883807e2f (diff)
xorg-extras/libpthread-stubs: use readelf -d instead of ldd
Diffstat (limited to 'xorg-extras/libpthread-stubs')
-rwxr-xr-xxorg-extras/libpthread-stubs/UP_TRIGGERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-extras/libpthread-stubs/UP_TRIGGERS b/xorg-extras/libpthread-stubs/UP_TRIGGERS
index 26c774aa1a..ad78298d08 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