diff --git a/BOOK/final-system/common/libc.xml b/BOOK/final-system/common/libc.xml
index 665e5be..b7a139b 100644
--- a/BOOK/final-system/common/libc.xml
+++ b/BOOK/final-system/common/libc.xml
@@ -22,7 +22,8 @@
the basic routines for allocating memory, searching directories, opening and
closing files, reading and writing files, string handling, pattern matching,
arithmetic, and so on. We build it again here so that it can be installed
- into our targetfs sysroot.
+ into our targetfs sysroot but this time we only build the shared object
+ version.
@@ -34,6 +35,7 @@
./configure \
CROSS_COMPILE=${CLFS_TARGET}- \
--prefix=/ \
+ --disable-static \
--target=${CLFS_TARGET}
Compile the package: