[svn] GnuPG - r3904 - branches/GNUPG-1-9-BRANCH/tests
svn author marcus
cvs at cvs.gnupg.org
Fri Oct 7 15:09:21 CEST 2005
Author: marcus
Date: 2005-10-07 15:09:20 +0200 (Fri, 07 Oct 2005)
New Revision: 3904
Modified:
branches/GNUPG-1-9-BRANCH/tests/ChangeLog
branches/GNUPG-1-9-BRANCH/tests/Makefile.am
Log:
2005-10-07 Marcus Brinkmann <marcus at 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.
Modified: branches/GNUPG-1-9-BRANCH/tests/ChangeLog
===================================================================
--- branches/GNUPG-1-9-BRANCH/tests/ChangeLog 2005-10-06 10:38:23 UTC (rev 3903)
+++ branches/GNUPG-1-9-BRANCH/tests/ChangeLog 2005-10-07 13:09:20 UTC (rev 3904)
@@ -1,3 +1,9 @@
+2005-10-07 Marcus Brinkmann <marcus at 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 at g10code.com>
* Makefile.am (SUBDIRS): Remove pkits until the copyright issues
Modified: branches/GNUPG-1-9-BRANCH/tests/Makefile.am
===================================================================
--- branches/GNUPG-1-9-BRANCH/tests/Makefile.am 2005-10-06 10:38:23 UTC (rev 3903)
+++ branches/GNUPG-1-9-BRANCH/tests/Makefile.am 2005-10-07 13:09:20 UTC (rev 3904)
@@ -33,26 +33,7 @@
TESTS_ENVIRONMENT = GNUPGHOME=`pwd` GPG_AGENT_INFO= LC_ALL=C GPGSM=$(GPGSM) \
- LD_LIBRARY_PATH=$$(seen=0; \
- 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
+ $(srcdir)/runtest
testscripts = sm-sign+verify sm-verify
More information about the Gnupg-commits
mailing list