X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fxz;h=bfee28038b39fa774b65938fa0ff9d04a9195fd1;hp=c09cb34486f3d0fd38c7d1b22d3c027fcd582d74;hb=2caca412176a5de89fa4b359cf33766be552c447;hpb=4a6cfe51a16575c7100862e2cc6f959bc48c6628 diff --git a/lfs/xz b/lfs/xz index c09cb34486..bfee28038b 100644 --- a/lfs/xz +++ b/lfs/xz @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2012 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,7 +24,7 @@ include Config -VER = 5.2.2 +VER = 5.2.4 THISAPP = xz-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,10 +32,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) ifeq "$(ROOT)" "" - PREFIX = /usr TARGET = $(DIR_INFO)/$(THISAPP) else - PREFIX = /tools TARGET = $(DIR_INFO)/$(THISAPP)-tools endif @@ -47,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e26772b69940085c0632589ab1d52e64 +$(DL_FILE)_MD5 = 003e4d0b1b1899fc6e3000b24feddf7c install : $(TARGET) @@ -77,7 +75,6 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && sed -e '/mf\.buffer = NULL/a next->coder->mf.size = 0;' -i src/liblzma/lz/lz_encoder.c cd $(DIR_APP) && ./configure --prefix=$(PREFIX) cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install