]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/Config
icegenerator: FTBFS on aarch64
[people/pmueller/ipfire-2.x.git] / lfs / Config
index cf70f81f91e722f96ca7383bf1cec99651c6fbf7..1cb9e2db4690a50c2d2fcd4c8c15aa95059d4534 100644 (file)
@@ -229,5 +229,13 @@ define INSTALL_INITSCRIPT
        install -m 754 -v $(DIR_SRC)/src/initscripts/packages/$(1)  /etc/rc.d/init.d/$(1)
 endef
 
+ifeq "$(BUILD_ARCH)" "aarch64"
+define UPDATE_AUTOMAKE
+       for i in $$(find $(DIR_APP) -name config.guess -o -name config.sub); do \
+               cp -vf /usr/share/automake*/$$(basename $${i}) $${i}; \
+       done
+endef
+endif
+
 test:
        $(call INSTALL_INITSCRIPT,hostapd)