]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/glib
glib: FTBFS on aarch64
[ipfire-2.x.git] / lfs / glib
index b0ed6ceb27a28e25d7afbea62a590199a429f429..f0c30995d2d9bcf278d01d83a817d89a464061cf 100644 (file)
--- a/lfs/glib
+++ b/lfs/glib
@@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \
                --with-pcre=system
        cd $(DIR_APP) && make $(MAKETUNING)