X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flibart;h=44c7a4a456cd2021136ce38e946f2bf7c2ab239e;hb=d5b7f82a40b69a57d6d849c2e6da583c6772fc9a;hp=5d32e0e2757b6ee2c2d0c60a24559509b57b24a9;hpb=15b470a79da5c3fa119920e051386421a3fa317f;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/libart b/lfs/libart index 5d32e0e275..44c7a4a456 100644 --- a/lfs/libart +++ b/lfs/libart @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2014 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install