From: Michael Tremer Date: Tue, 12 May 2009 15:26:28 +0000 (+0200) Subject: Revert "Updated util-linux-ng to 2.15." X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4735dc2b91a17a6afed37c411ffd1f7f77ed7b18;p=ipfire-3.x.git Revert "Updated util-linux-ng to 2.15." This reverts commit d27de41a5bd3573fc860bfa4292d010c1746c9fb. This was committed by mistake, needs a patch that replaces code, that is not PIC. Conflicts: lfs/util-linux-ng --- diff --git a/lfs/util-linux-ng b/lfs/util-linux-ng index 2031a40a7..85d1d06ee 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.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) \