[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: add preload obscenity
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: add preload obscenity |
Date: |
Sat, 18 Jan 2020 19:49:36 +0100 |
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 6bdccb5c add preload obscenity
6bdccb5c is described below
commit 6bdccb5c7bfa6728d7227e19b26f1bc9a0849fb3
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jan 18 19:49:33 2020 +0100
add preload obscenity
---
src/util/taler-config.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/util/taler-config.in b/src/util/taler-config.in
index beea2540..212e52e1 100644
--- a/src/util/taler-config.in
+++ b/src/util/taler-config.in
@@ -13,5 +13,9 @@ fi
GC=`which gnunet-config`
ASAN=""
A=`ldd $GC | grep libasan` && ASAN=`echo $A | awk '{print $3 ":"}'`
+if test -z $ASAN
+then
+ A=`ldd @prefix@/lib/libtalerutil.so | grep libasan` && ASAN=`echo $A | awk
'{print $3 ":"}'`
+fi
export LD_PRELOAD=${ASAN}${LD_PRELOAD:-}:@prefix@/lib/libtalerutil.so
exec gnunet-config "$@"
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: add preload obscenity,
gnunet <=