hack to get taler-config working again
This commit is contained in:
parent
f80a101366
commit
de68a7b301
@ -6,5 +6,7 @@ if ! type gnunet-config >/dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# FIXME: not very portable ...
|
# FIXME: not very portable ...
|
||||||
export LD_PRELOAD=@libdir@/libtalerutil.so
|
# FIXME: should use "libdir" instead of prefix/lib, but somehow
|
||||||
|
# the recursive expansion does not work ;-(.
|
||||||
|
export LD_PRELOAD=@prefix@/lib/libtalerutil.so
|
||||||
exec gnunet-config "$@"
|
exec gnunet-config "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user