summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/stacktrace/files/stacktrace-1.2.1-ldconfig-path.patch')
-rw-r--r--dev-util/stacktrace/files/stacktrace-1.2.1-ldconfig-path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/stacktrace/files/stacktrace-1.2.1-ldconfig-path.patch b/dev-util/stacktrace/files/stacktrace-1.2.1-ldconfig-path.patch
new file mode 100644
index 0000000..079d374
--- /dev/null
+++ b/dev-util/stacktrace/files/stacktrace-1.2.1-ldconfig-path.patch
@@ -0,0 +1,11 @@
+--- stacktrace 2011-08-15 16:33:21.765125930 +0200
++++ stacktrace 2011-08-15 16:33:35.820950213 +0200
+@@ -78,7 +78,7 @@
+ STACKTRACE=""
+ LPATH=`(
+ echo "."
+- ldconfig -p \
++ /sbin/ldconfig -p \
+ | sed -e 's#^.* => ##' -e 's#/[^/]*$##' \
+ | grep '^/' \
+ | sort -u