From bec76acde9be4ec7517bb207063380ed5e3cb720 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 1 Dec 2019 18:01:37 +0000 Subject: Add upstream fixes patch for bash. Add a note about possible problems when changing to the lfs user. Update to vim-8.1.2361. Update to meson-0.52.1. Update to elfutils-0.178. Update to iproute2-5.4.0. Update to libffi-3.3. Update to tcl-8.6.10. Update to man-pages-5.04. Update to perl-5.30.1. Update to linux-5.4.1. Update to bc-2.3.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/libelf.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'chapter06/libelf.xml') diff --git a/chapter06/libelf.xml b/chapter06/libelf.xml index e7f1ee3cd..4af178726 100644 --- a/chapter06/libelf.xml +++ b/chapter06/libelf.xml @@ -46,7 +46,7 @@ Prepare Libelf for compilation: -./configure --prefix=/usr +./configure --prefix=/usr --disable-debuginfod Compile the package: @@ -56,10 +56,13 @@ make check + One test, run-elfclassify.sh, is known to fail. + Install only Libelf: make -C libelf install -install -vm644 config/libelf.pc /usr/lib/pkgconfig +install -vm644 config/libelf.pc /usr/lib/pkgconfig +rm /usr/lib/libelf.a -- cgit v1.2.3-54-g00ecf