hack to get taler-config working again

This commit is contained in:
Christian Grothoff 2016-11-18 17:21:10 +01:00
parent f80a101366
commit de68a7b301
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -6,5 +6,7 @@ if ! type gnunet-config >/dev/null; then
fi
# 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 "$@"