gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix .so search in taler-config


From: gnunet
Subject: [taler-exchange] branch master updated: fix .so search in taler-config
Date: Thu, 19 Aug 2021 20:41:27 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a51f3921 fix .so search in taler-config
a51f3921 is described below

commit a51f39217ec3b659f938687e2146ceb17078733d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 19 20:41:25 2021 +0200

    fix .so search in taler-config
---
 src/util/taler-config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/util/taler-config.in b/src/util/taler-config.in
index b6561d87..07f6401d 100644
--- a/src/util/taler-config.in
+++ b/src/util/taler-config.in
@@ -8,5 +8,6 @@ if ! type gnunet-config >/dev/null; then
 fi
 
 GC=`which gnunet-config`
-export LD_PRELOAD=${LD_PRELOAD:-}:%libdir%/libtalerutil.so
+SO=`ls %libdir%/libtalerutil.so.* | sort -n | tail -n1`
+export LD_PRELOAD=${LD_PRELOAD:-}:${SO}
 exec gnunet-config "$@"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]