libgcrypt/tests/Makefile.am patch
Bob Friesenhahn
bfriesen at simple.dallas.tx.us
Wed Jul 28 06:00:07 CEST 2004
Libgcrypt does not completely build under Solaris due to a missing
Makefile.am library dependency. The attached patch solves the
problem.
Bob
Index: tests/Makefile.am
===================================================================
RCS file: /cvs/gnupg/libgcrypt/tests/Makefile.am,v
retrieving revision 1.16
diff -u -u -r1.16 Makefile.am
--- tests/Makefile.am 3 Mar 2004 08:08:05 -0000 1.16
+++ tests/Makefile.am 28 Jul 2004 03:54:43 -0000
@@ -21,7 +21,7 @@
TESTS = prime register ac basic tsexp keygen pubkey benchmark
INCLUDES = -I$(top_srcdir)/src
-LDADD = ../src/libgcrypt.la
+LDADD = ../src/libgcrypt.la ../cipher/libcipher.la
EXTRA_PROGRAMS = testapi
noinst_PROGRAMS = $(TESTS)
More information about the Gnupg-devel
mailing list