add opencdk update patch by Simon Josefsson (#2399)
[openwrt/svn-archive/archive.git] / libs / opencdk / patches / 100-fix-tests-build
1 diff -ur opencdk-0.6.4-/tests/Makefile.am opencdk-0.6.4/tests/Makefile.am
2 --- opencdk-0.6.4-/tests/Makefile.am 2007-06-11 12:16:37.000000000 +0200
3 +++ opencdk-0.6.4/tests/Makefile.am 2007-09-13 19:54:03.000000000 +0200
4 @@ -33,7 +33,7 @@
5
6 CLEANFILES = plain-test
7
8 -LDADD = ../src/libopencdk.la
9 +LDADD = ../src/libopencdk.la $(LIBGCRYPT_LIBS)
10
11 if HAVE_W32_SYSTEM
12 # there is a problem with some tests and WINE
13 diff -ur opencdk-0.6.4-/tests/Makefile.in opencdk-0.6.4/tests/Makefile.in
14 --- opencdk-0.6.4-/tests/Makefile.in 2007-06-11 12:25:38.000000000 +0200
15 +++ opencdk-0.6.4/tests/Makefile.in 2007-09-13 19:54:21.000000000 +0200
16 @@ -257,7 +257,7 @@
17 AM_LDFLAGS = -no-install
18 AM_CPPFLAGS = $(LIBGCRYPT_CFLAGS)
19 CLEANFILES = plain-test
20 -LDADD = ../src/libopencdk.la
21 +LDADD = ../src/libopencdk.la $(LIBGCRYPT_LIBS)
22 noinst_HEADER = t-support.h
23 all: all-am
24