From 8b5ccbac46f03b9a4c4fe26d6135695a937058bc Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Tue, 3 Feb 2015 19:31:01 +0000 Subject: [PATCH] fontforge: force bootstrap git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15448 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 4 ++++ xsoft/other/fontforge.xml | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 316b082b3a..816912bf51 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -47,6 +47,10 @@ February 3rd, 2015 + + [ken] - fontforge : force bootstrap to cope with + current libtool, replaces removal of libltdl. + [bdubbs] - Update to bluez-5.28. Fixes #6104. diff --git a/xsoft/other/fontforge.xml b/xsoft/other/fontforge.xml index a8c7b6c4d7..be89b33b2a 100644 --- a/xsoft/other/fontforge.xml +++ b/xsoft/other/fontforge.xml @@ -137,8 +137,7 @@ commands: -rm -rf libltdl && -./bootstrap && +./bootstrap --force && ./configure --prefix=/usr \ --enable-gtk2-use \ --disable-static \ @@ -160,7 +159,7 @@ make Command Explanations - : This prevents the + ./bootstrap --force: The force switch prevents the bootstrap command from failing if a recent version of libtool has been installed.