diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5291bfdbc..d48d46148 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2012-01-08 + + [matthew] - Prevent Libnl from installing static libraries. + Thanks to Ken Moffat for the report. + [matthew] - Upgrade to Coreutils-8.15. Fixes #2996. diff --git a/chapter06/libnl.xml b/chapter06/libnl.xml index e683f8f80..ed4d8b738 100644 --- a/chapter06/libnl.xml +++ b/chapter06/libnl.xml @@ -43,7 +43,8 @@ Prepare Libnl for compilation: -./configure --prefix=/usr --sysconfdir=/etc +./configure --prefix=/usr --sysconfdir=/etc \ + --disable-static Compile the package: