X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Facl;h=cecdb8334520235bd6391d7902ba735ac83122e9;hb=b4cb1ed58b9dbd7d40bd8e9710b7f323da8b8997;hp=047ff5edf0e26c8856f89bae82126429728bf5fc;hpb=989a31e20cbc97b37227b513b5b584e0ec94f38c;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/acl b/lfs/acl index 047ff5edf0..cecdb83345 100644 --- a/lfs/acl +++ b/lfs/acl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 IPFire Team # +# 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 # @@ -24,10 +24,10 @@ include Config -VER = 2.2.47 +VER = 2.3.1 THISAPP = acl-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 09c8b9684695527e8f237364afb7811f +$(DL_FILE)_MD5 = 95ce715fe09acca7c12d3306d0f076b2 install : $(TARGET) @@ -69,11 +69,10 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && ./configure --prefix=/usr --libexecdir=/usr/lib --disable-static cd $(DIR_APP) && make cd $(DIR_APP) && make install - cd $(DIR_APP) && make install-lib - cd $(DIR_APP) && make install-dev + chmod -v 755 /usr/lib/libacl.so @rm -rf $(DIR_APP) @$(POSTBUILD)