[git] GPGME - branch, master, updated. gpgme-1.6.0-259-gab6f66d
by Andre Heinecke
cvs at cvs.gnupg.org
Mon Aug 8 15:11:48 CEST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, master has been updated
via ab6f66d676581cb497e581e4af40e2fe5bff507b (commit)
from 2a613e87156b23c4aa6aa5ce38505cb285de6a18 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ab6f66d676581cb497e581e4af40e2fe5bff507b
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Mon Aug 8 15:04:01 2016 +0200
Prepend LD_LIBRARY_PATH for python tests
* lang/python/tests/Makefile.am (TESTS_ENVIRONMENT): Prepend path
instead of setting the value.
--
This fixes the case where tools / libararies are needed for
a working GnuPG system that are pointed to by LD_LIBRARY_PATH.
E.g. GnuPG itself is installed in a custom prefix and PATH /
LD_LIBRARY_PATH is set accordingly.
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
index bc571fe..83c4d8e 100644
--- a/lang/python/tests/Makefile.am
+++ b/lang/python/tests/Makefile.am
@@ -26,7 +26,7 @@ test_srcdir = $(top_srcdir)/tests/gpg
TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) \
LC_ALL=C GPG_AGENT_INFO= \
top_srcdir=$(top_srcdir) \
- LD_LIBRARY_PATH="../../../src/.libs" \
+ LD_LIBRARY_PATH="../../../src/.libs:$(LD_LIBRARY_PATH)" \
PYTHONPATH=`echo $(abs_builddir)/../build/lib.*`
py_tests = t-wrapper.py \
-----------------------------------------------------------------------
Summary of changes:
lang/python/tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list