From ff321d9b5ca583105d22f1f1026799496bfe7c08 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 25 Jun 2018 19:20:39 +0000 Subject: Various URL updates. Update to perl-5.28.0. Update to Sysvinit 2.90. Update to gdbm-1.15. Update to elfutils-0.172. Update to linux-4.17.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11426 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/libelf.xml | 11 +++-------- chapter06/perl.xml | 6 +++--- 2 files changed, 6 insertions(+), 11 deletions(-) (limited to 'chapter06') diff --git a/chapter06/libelf.xml b/chapter06/libelf.xml index 9d1c3b1c6..de9cac192 100644 --- a/chapter06/libelf.xml +++ b/chapter06/libelf.xml @@ -44,13 +44,6 @@ Libelf is part of elfutils-&elfutils-version; package. Use the elfutils-&elfutils-version;.tar.xz as the source tarball. - First, fix a file to be compatible with gcc-8" - -sed -e '/ALIGN_PRSTATUS)/{ - s/__attribute/attribute_packed &/ - s/packed, //}' \ - -i backends/linux-core-note.c - Prepare Libelf for compilation: ./configure --prefix=/usr @@ -59,7 +52,9 @@ make - To test the results, issue make check. + To test the results, issue: + +make check Install only Libelf: diff --git a/chapter06/perl.xml b/chapter06/perl.xml index f48ce59d4..d712fc2b7 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -123,12 +123,12 @@ export BUILD_BZIP2=0 make - To test the results (approximately 2.5 SBU), issue: + To test the results (approximately 11 SBU), issue: make -k test - Several tests related to zlib will fail due to using - the system version of zlib instead of the internal version. + One test fails due to using the most recent version of gdbm. + Install the package and clean up: -- cgit v1.2.3-54-g00ecf