packages/libs/opencdk/patches/100-fix-tests-build
nbd 7d5571c2ea add opencdk update patch by Simon Josefsson (#2399)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8859 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20 09:14:15 +00:00

25 lines
860 B
Plaintext

diff -ur opencdk-0.6.4-/tests/Makefile.am opencdk-0.6.4/tests/Makefile.am
--- opencdk-0.6.4-/tests/Makefile.am 2007-06-11 12:16:37.000000000 +0200
+++ opencdk-0.6.4/tests/Makefile.am 2007-09-13 19:54:03.000000000 +0200
@@ -33,7 +33,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
diff -ur opencdk-0.6.4-/tests/Makefile.in opencdk-0.6.4/tests/Makefile.in
--- opencdk-0.6.4-/tests/Makefile.in 2007-06-11 12:25:38.000000000 +0200
+++ opencdk-0.6.4/tests/Makefile.in 2007-09-13 19:54:21.000000000 +0200
@@ -257,7 +257,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