From 6934b62fcfd219a322c17abf4b18a0663d4f3ed9 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 5 Apr 2016 02:00:44 +0000 Subject: Update to linux-4.5. Update to grep-2.24. Update to expat-2.1.1. Update to tzdata-2016c. Update to iproute2-4.5.0. Update to man-pages-4.05. Update to gzip-1.7. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11042 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 6 ++++++ chapter06/inetutils.xml | 4 ++-- chapter06/iproute2.xml | 5 +++++ 3 files changed, 13 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 819a13dee..a835f218f 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -132,6 +132,12 @@ cd build systems where the CPU is not a relatively new Intel or AMD processor. + + + The + nptl/tst-thread-affinity-{pthread,pthread2,sched} + tests may fail for reasons that have not been determined. + + Install the package: make install diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index d65e23e53..f27e9099d 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -54,6 +54,11 @@ sed -i 's/arpd.8//' man/man8/Makefile rm -v doc/arpd.sgml + It is also necessary to disable building one module that + requires . + +sed -i 's/m_ipt.o//' tc/Makefile + Compile the package: make -- cgit v1.2.3-54-g00ecf