Bump versions.
This commit is contained in:
parent
6f59d3ce32
commit
9a0f303cce
@ -3,7 +3,7 @@
|
||||
# coreutils
|
||||
#
|
||||
#############################################################
|
||||
COREUTILS_VER:=5.96
|
||||
COREUTILS_VER:=6.9
|
||||
COREUTILS_SOURCE:=coreutils-$(COREUTILS_VER).tar.bz2
|
||||
#COREUTILS_SITE:=ftp://alpha.gnu.org/gnu/coreutils/
|
||||
COREUTILS_SITE:=http://ftp.gnu.org/pub/gnu/coreutils
|
||||
@ -102,13 +102,6 @@ $(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked
|
||||
--disable-rpath \
|
||||
--disable-dependency-tracking \
|
||||
);
|
||||
#Fix up the max number of open files per process, which apparently
|
||||
# is not set when cross compiling
|
||||
$(SED) 's,.*UTILS_OPEN_MAX.*,#define UTILS_OPEN_MAX 1019,g' \
|
||||
$(COREUTILS_DIR)/config.h
|
||||
# This is undefined when crosscompiling...
|
||||
$(SED) 's,.*HAVE_PROC_UPTIME.*,#define HAVE_PROC_UPTIME 1,g' \
|
||||
$(COREUTILS_DIR)/config.h
|
||||
touch $@
|
||||
|
||||
$(COREUTILS_DIR)/$(COREUTILS_BINARY): $(COREUTILS_DIR)/.configured
|
||||
|
@ -94,6 +94,7 @@ $(TARGET_DIR)/$(FILE_TARGET_BINARY): $(FILE_DIR2)/$(FILE_BINARY)
|
||||
$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
|
||||
mv $(TARGET_DIR)/lib/libmagic.a $(STAGING_DIR)/lib
|
||||
rm -f $(TARGET_DIR)/lib/libmagic.la
|
||||
mkdir -p $(STAGING_DIR)/include
|
||||
mv $(TARGET_DIR)/usr/include/magic.h $(STAGING_DIR)/include
|
||||
|
||||
file: zlib uclibc $(TARGET_DIR)/$(FILE_TARGET_BINARY)
|
||||
|
Loading…
Reference in New Issue
Block a user