From fd824cf440c91bb2452275619210d1cb75ff864d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 4 Jul 2018 21:16:15 +0000 Subject: Revert inadvertant changes to e2fsprogs instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11431 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/e2fsprogs.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index f127be40e..f95317273 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -52,7 +52,10 @@ cd build Prepare E2fsprogs for compilation: -../configure --prefix=/usr \ +LIBS=-L/tools/lib \ +CFLAGS=-I/tools/include \ +PKG_CONFIG_PATH=/tools/lib/pkgconfig \ +../configure --prefix=/usr \ --bindir=/bin \ --with-root-prefix="" \ --enable-elf-shlibs \ @@ -63,7 +66,7 @@ cd build The meaning of the environment variable and configure options: - + --with-root-prefix="" and --bindir=/bin -- cgit v1.2.3-54-g00ecf