mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
2005-10-07 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (TESTS_ENVIRONMENT): Remove LD_LIBRARY_PATH hack. It's the responsibility of the person building the software to set it properly.
This commit is contained in:
parent
694cebb1c1
commit
d7a1e30b30
@ -1,3 +1,9 @@
|
|||||||
|
2005-10-07 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* Makefile.am (TESTS_ENVIRONMENT): Remove LD_LIBRARY_PATH hack.
|
||||||
|
It's the responsibility of the person building the software to set
|
||||||
|
it properly.
|
||||||
|
|
||||||
2004-09-30 Werner Koch <wk@g10code.com>
|
2004-09-30 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* Makefile.am (SUBDIRS): Remove pkits until the copyright issues
|
* Makefile.am (SUBDIRS): Remove pkits until the copyright issues
|
||||||
|
@ -33,26 +33,7 @@ GPGSM = ../sm/gpgsm
|
|||||||
|
|
||||||
|
|
||||||
TESTS_ENVIRONMENT = GNUPGHOME=`pwd` GPG_AGENT_INFO= LC_ALL=C GPGSM=$(GPGSM) \
|
TESTS_ENVIRONMENT = GNUPGHOME=`pwd` GPG_AGENT_INFO= LC_ALL=C GPGSM=$(GPGSM) \
|
||||||
LD_LIBRARY_PATH=$$(seen=0; \
|
$(srcdir)/runtest
|
||||||
for i in $(LDFLAGS) $(LIBGCRYPT_LIBS) $(PTH_LIBS); \
|
|
||||||
do \
|
|
||||||
if echo "$$i" | egrep '^-L' >/dev/null 2>&1; \
|
|
||||||
then \
|
|
||||||
if test $$seen = 0; \
|
|
||||||
then \
|
|
||||||
seen=1; \
|
|
||||||
else \
|
|
||||||
printf ":"; \
|
|
||||||
fi; \
|
|
||||||
printf "%s" "$${i}" | sed 's/^-L//'; \
|
|
||||||
fi; \
|
|
||||||
done; \
|
|
||||||
if test $$seen != 0 \
|
|
||||||
&& test x$${LD_LIBRARY_PATH} != x; \
|
|
||||||
then \
|
|
||||||
printf ":"; \
|
|
||||||
fi; \
|
|
||||||
printf "%s" "$${LD_LIBRARY_PATH}") $(srcdir)/runtest
|
|
||||||
|
|
||||||
testscripts = sm-sign+verify sm-verify
|
testscripts = sm-sign+verify sm-verify
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user