Author: robert
Date: 2008-10-25 13:39:57 -0600 (Sat, 25 Oct 2008)
New Revision: 1465
Modified:
branches/Onward/temporary_system/e2fsprogs.txt
branches/Onward/temporary_system/util-linux-ng.txt
Log:
Install e2fsprog's shared libraries. This fixes the issue with Util-linux-ng
BLKID_LIBS.
Modified: branches/Onward/temporary_system/e2fsprogs.txt
===================================================================
--- branches/Onward/temporary_system/e2fsprogs.txt 2008-10-25 17:16:45 UTC
(rev 1464)
+++ branches/Onward/temporary_system/e2fsprogs.txt 2008-10-25 19:39:57 UTC
(rev 1465)
@@ -18,7 +18,7 @@
mkdir -v obj/ &&
cd obj/ &&
-../configure --prefix=/tools \
+../configure --prefix=/tools --enable-elf-shlibs \
--infodir=$(pwd)/DESTDIR --mandir=$(pwd)/DESTDIR &&
make &&
make install-libs
Modified: branches/Onward/temporary_system/util-linux-ng.txt
===================================================================
--- branches/Onward/temporary_system/util-linux-ng.txt 2008-10-25 17:16:45 UTC
(rev 1464)
+++ branches/Onward/temporary_system/util-linux-ng.txt 2008-10-25 19:39:57 UTC
(rev 1465)
@@ -9,9 +9,6 @@
../configure --prefix=/tools --sbindir=/tools/bin \
--disable-makeinstall-chown &&
-# There's a bug with this version of Util-linux-ng and the E2fsprogs version
-# we installed, so -luuid needs to be added.
-
-make BLKID_LIBS="-lblkid -luuid" &&
+make &&
make install
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page