Control: tags -1 pending patch

See attached patch file, which is now also committed in the packaging
Git repository on salsa.debian.org.
Author: Micha Lenk <mi...@debian.org>
Description: Fix missing internal build dependency when building libaqhbci's testlib target
 Without this patch the build seems to consistently fail to link the testlib
 target because the libaqhbci.la file used for linking isn't built yet. This
 seems to be limited to build environments with Automake 1.16 (Debian sid).
 .
 I assume this is because Automake 1.16 generates a slightly different
 (probably more accurate) build order than older Automake versions.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906583
Forwarded: no
Last-Update: 2018-08-18

diff --git a/src/plugins/backends/aqhbci/plugin/Makefile.am b/src/plugins/backends/aqhbci/plugin/Makefile.am
index b980996..643bc65 100644
--- a/src/plugins/backends/aqhbci/plugin/Makefile.am
+++ b/src/plugins/backends/aqhbci/plugin/Makefile.am
@@ -77,6 +77,7 @@ testlib_LDADD = \
   $(aqhbci_internal_libs) \
   $(aqbanking_internal_libs) \
   $(gwenhywfar_libs)
+testlib_DEPENDENCIES = libaqhbci.la
 
 
 built_sources: $(BUILT_SOURCES)

Reply via email to