aboutsummaryrefslogtreecommitdiffstats
path: root/community/aqbanking/reorder_deps
diff options
context:
space:
mode:
authormksully22 <mksully22@gmail.com>2018-05-23 14:13:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-05-23 21:47:06 +0000
commit182a71280ab590ce208d1f4a0351c831bfbe0b9d (patch)
tree69b6fbc02960433edf9d8e99537124d530b4345c /community/aqbanking/reorder_deps
parentdafa641383e95b3615020051b8372d1a47506a3e (diff)
downloadaports-182a71280ab590ce208d1f4a0351c831bfbe0b9d.tar.bz2
aports-182a71280ab590ce208d1f4a0351c831bfbe0b9d.tar.xz
community/aqbanking: fix build break by reordering plugin dependancies
Diffstat (limited to 'community/aqbanking/reorder_deps')
-rw-r--r--community/aqbanking/reorder_deps11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/aqbanking/reorder_deps b/community/aqbanking/reorder_deps
new file mode 100644
index 0000000000..1f5544dc71
--- /dev/null
+++ b/community/aqbanking/reorder_deps
@@ -0,0 +1,11 @@
+--- a/src/plugins/backends/aqhbci/plugin/Makefile
++++ b/src/plugins/backends/aqhbci/plugin/Makefile
+@@ -1033,7 +1033,7 @@
+ check-am: all-am
+ check: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) check-recursive
+-all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(DATA) $(HEADERS)
++all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) $(PROGRAMS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(xmldatadir)" "$(DESTDIR)$(iheaderdir)"; do \