[git] Make git version checks more readable
[jhbuild.git] / patches / libgcrypt-1.4.5-ImplicitDSOLinking.patch
blob7b4671fbe93bf23f130f4501baa20d3bc4f26dad
1 diff -up libgcrypt-1.4.5/tests/Makefile.am.ImplicitDSOLinking libgcrypt-1.4.5/tests/Makefile.am
2 --- libgcrypt-1.4.5/tests/Makefile.am.ImplicitDSOLinking 2009-04-02 04:25:34.000000000 -0500
3 +++ libgcrypt-1.4.5/tests/Makefile.am 2010-02-14 14:28:49.792383613 -0600
4 @@ -36,7 +36,7 @@ TESTS += benchmark
5 AM_CPPFLAGS = -I../src -I$(top_srcdir)/src
6 AM_CFLAGS = $(GPG_ERROR_CFLAGS)
8 -LDADD = ../src/libgcrypt.la $(DL_LIBS)
9 +LDADD = ../src/libgcrypt.la $(DL_LIBS) $(GPG_ERROR_LIBS)
11 EXTRA_PROGRAMS = testapi pkbench
12 noinst_PROGRAMS = $(TESTS) fipsdrv
13 diff -up libgcrypt-1.4.5/tests/Makefile.in.ImplicitDSOLinking libgcrypt-1.4.5/tests/Makefile.in
14 --- libgcrypt-1.4.5/tests/Makefile.in.ImplicitDSOLinking 2009-12-11 09:43:30.000000000 -0600
15 +++ libgcrypt-1.4.5/tests/Makefile.in 2010-02-14 14:29:30.232368780 -0600
16 @@ -334,7 +334,7 @@ top_srcdir = @top_srcdir@
17 # a built header.
18 AM_CPPFLAGS = -I../src -I$(top_srcdir)/src
19 AM_CFLAGS = $(GPG_ERROR_CFLAGS)
20 -LDADD = ../src/libgcrypt.la $(DL_LIBS)
21 +LDADD = ../src/libgcrypt.la $(DL_LIBS) $(GPG_ERROR_LIBS)
22 EXTRA_DIST = README rsa-16k.key cavs_tests.sh cavs_driver.pl
23 all: all-am