1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/libs/opencdk/patches/100-fix-tests-build
Florian Fainelli a4ae834971 Update opencdk to 0.6.6 (#3594)
SVN-Revision: 11730
2008-07-06 17:45:22 +00:00

23 lines
518 B
Plaintext

--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,7 +34,7 @@
CLEANFILES = plain-test
-LDADD = ../src/libopencdk.la
+LDADD = ../src/libopencdk.la $(LIBGCRYPT_LIBS)
if HAVE_W32_SYSTEM
# there is a problem with some tests and WINE
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -258,7 +258,7 @@
AM_LDFLAGS = -no-install
AM_CPPFLAGS = $(LIBGCRYPT_CFLAGS)
CLEANFILES = plain-test
-LDADD = ../src/libopencdk.la
+LDADD = ../src/libopencdk.la $(LIBGCRYPT_LIBS)
noinst_HEADER = t-support.h
all: all-am