mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
coreutils: update to 8.25 v3
Coreutils 8.25 needs the automake 1.15 I have send this patch earlier. Plaese merge automake before coreutils 8.25 Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
4900fdc963
commit
7cf3a80b47
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 8.24
|
||||
VER = 8.25
|
||||
|
||||
THISAPP = coreutils-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -42,7 +42,6 @@ else
|
||||
endif
|
||||
|
||||
CONFIGURE_OPTIONS += \
|
||||
--disable-selinux \
|
||||
--enable-largefile \
|
||||
--disable-rpath \
|
||||
--enable-install-program=arch \
|
||||
@@ -60,7 +59,7 @@ objects =$(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 40efdbce865d2458d8da0a9dcee7c16c
|
||||
$(DL_FILE)_MD5 = 070e43ba7f618d747414ef56ab248a48
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -90,7 +89,8 @@ $(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) && ./configure $(CONFIGURE_OPTIONS)
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/coreutils-8.25-i18n-2.patch
|
||||
cd $(DIR_APP) && FORCE_UNSAFE_CONFIGURE=1 && ./configure $(CONFIGURE_OPTIONS)
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
|
||||
|
||||
4
make.sh
4
make.sh
@@ -336,6 +336,8 @@ buildbase() {
|
||||
lfsmake2 gcc
|
||||
lfsmake2 sed
|
||||
lfsmake2 berkeley
|
||||
lfsmake2 autoconf
|
||||
lfsmake2 automake
|
||||
lfsmake2 coreutils
|
||||
lfsmake2 iana-etc
|
||||
lfsmake2 m4
|
||||
@@ -348,8 +350,6 @@ buildbase() {
|
||||
lfsmake2 readline-compat
|
||||
lfsmake2 pcre
|
||||
lfsmake2 pcre-compat
|
||||
lfsmake2 autoconf
|
||||
lfsmake2 automake
|
||||
lfsmake2 bash
|
||||
lfsmake2 bzip2
|
||||
lfsmake2 diffutils
|
||||
|
||||
4790
src/patches/coreutils-8.25-i18n-2.patch
Normal file
4790
src/patches/coreutils-8.25-i18n-2.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user