diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-11-18 17:21:10 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-11-18 17:21:10 +0100 |
commit | de68a7b301fd78a89c4f5e6f34791c8debab36e0 (patch) | |
tree | 9d43ab2d1fc4e937fdab5f4610a0a21628b8c610 /src/util | |
parent | f80a1013666d21408b790a5e9d8614d6da52c59c (diff) |
hack to get taler-config working again
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/taler-config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/taler-config.in b/src/util/taler-config.in index eb4114c82..5c997688c 100644 --- a/src/util/taler-config.in +++ b/src/util/taler-config.in @@ -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 "$@" |