From: Michael Tremer Date: Wed, 6 May 2009 13:41:49 +0000 (+0200) Subject: Updated util-linux-ng to 2.15. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d27de41a5bd3573fc860bfa4292d010c1746c9fb;p=ipfire-3.x.git Updated util-linux-ng to 2.15. This version of the package is not PIC comptatible. We have to wait for a patch that solves this. --- diff --git a/lfs/util-linux-ng b/lfs/util-linux-ng index 3b2a59780..7f1618795 100644 --- a/lfs/util-linux-ng +++ b/lfs/util-linux-ng @@ -25,7 +25,7 @@ include Config PKG_NAME = util-linux-ng -PKG_VER = 2.14.2 +PKG_VER = 2.15 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,6 +33,8 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CFLAGS += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 + ############################################################################### # Top-level Rules ############################################################################### @@ -61,8 +63,6 @@ $(OBJECT): $(objects) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) ifeq "$(STAGE)" "toolchain" - # There's a bug with this version of Util-linux-ng and the E2fsprogs version - # we installed, so -luuid needs to be added. cd $(DIR_APP) && \ ./configure \ $(CONFIGURE_ARCH) \