From 73b2841ee14caae80ea8a2bbaa1cb7e2c21e666f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 15 Mar 2015 23:29:31 +0000 Subject: Remove non-essential static libraries from the installation. Added a new section in Chapter 6 Introduction, supressed many static libraries in different packages, and removed the remaining in the Cleaning Up section. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bison.xml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'chapter06/bison.xml') diff --git a/chapter06/bison.xml b/chapter06/bison.xml index af13eef5d..568b34c9f 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -40,17 +40,14 @@ Installation of Bison + Inhibit static library installation: + +sed -i '/lib_LIBRARIES =/d' Makefile.in + Prepare Bison for compilation: ./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version; - + Compile the package: make -- cgit v1.2.3-54-g00ecf