]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Revert "Updated util-linux-ng to 2.15."
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 May 2009 15:26:28 +0000 (17:26 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 May 2009 15:26:28 +0000 (17:26 +0200)
This reverts commit d27de41a5bd3573fc860bfa4292d010c1746c9fb.

This was committed by mistake, needs a patch that replaces code,
that is not PIC.

Conflicts:

lfs/util-linux-ng

lfs/util-linux-ng

index 2031a40a7a9a51de6ef61623d7dd00bcdebca953..85d1d06ee291844a6706fc99b62534df2d247e7f 100644 (file)
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = util-linux-ng
-PKG_VER    = 2.15
+PKG_VER    = 2.14.2
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -68,6 +68,8 @@ $(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) \