]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libid3tag
ipset: Update to 6.38
[ipfire-2.x.git] / lfs / libid3tag
index 29cfc085012719f6378e95fef3b0a238ce72b362..e62619fecb85e75032d0a1dd5febe3c95f8a4458 100644 (file)
@@ -77,8 +77,9 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)