X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fcoreutils;h=567298450d1aa5700fb847305af143fe405c3cfc;hb=924b48c7890ef573c1400474ef92951fb9cf3ded;hp=324dc780892b49330afa7a9856f89cebfe9c4dcf;hpb=e1fb40529c3b843ba97868c0928c23db715f9db9;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/coreutils b/lfs/coreutils index 324dc78089..567298450d 100644 --- a/lfs/coreutils +++ b/lfs/coreutils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2017 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,24 +24,23 @@ include Config -VER = 8.27 +VER = 8.29 THISAPP = coreutils-$(VER) DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) -# Normal build or /tools build. +# Normal build or $(TOOLS_DIR) build. # ifeq "$(ROOT)" "" TARGET = $(DIR_INFO)/$(THISAPP) - CONFIGURE_OPTIONS = --prefix=/usr else TARGET = $(DIR_INFO)/$(THISAPP)-tools - CONFIGURE_OPTIONS = --prefix=/tools endif CONFIGURE_OPTIONS += \ + --prefix=$(PREFIX) \ --enable-largefile \ --disable-rpath \ --enable-install-program=arch \ @@ -59,7 +58,7 @@ objects =$(DL_FILE) $(DL_FILE)= $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 502795792c212932365e077946d353ae +$(DL_FILE)_MD5 = 960cfe75a42c9907c71439f8eb436303 install : $(TARGET)