blob: 083563a9943b6d64624b85687f30b1e3439631ff (
plain)
1
2
3
4
5
6
7
8
9
10
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
|