summarylogtreecommitdiffstats
path: root/wrapper-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper-paths.patch')
-rw-r--r--wrapper-paths.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/wrapper-paths.patch b/wrapper-paths.patch
new file mode 100644
index 000000000000..083563a9943b
--- /dev/null
+++ b/wrapper-paths.patch
@@ -0,0 +1,11 @@
+--- usr/bin/wrapresolve~ 2014-12-30 22:09:44.486739673 +0100
++++ usr/bin/wrapresolve 2014-12-30 22:10:02.110073407 +0100
+@@ -3,7 +3,7 @@
+ # Compatibility wrapper for netresolve that runs a program with libc functions
+ # replaced by netresolve based implementations.
+
+-export LD_PRELOAD="libnetresolve-libc.so libnetresolve-asyncns.so"
++export LD_PRELOAD="/usr/lib/libnetresolve-libc.so /usr/lib/libnetresolve-asyncns.so"
+
+ while [ $# -gt 0 ]; do
+ case "$1" in