]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated util-linux-ng to 2.15.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 6 May 2009 13:41:49 +0000 (15:41 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 6 May 2009 13:41:49 +0000 (15:41 +0200)
This version of the package is not PIC comptatible.
We have to wait for a patch that solves this.

lfs/util-linux-ng

index 3b2a59780e1784a7d030e880f8cb25923ee65584..7f161879530e33032092ec7d23ae050e740a6c81 100644 (file)
@@ -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) \