From 91378ee8095c8e58187baf3f03e1b0a72542a36a Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 17 Jan 2021 16:34:02 +0000 Subject: [PATCH] Disable php for graphviz as php 8 is not supported git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24116 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genutils/graphviz.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/general/genutils/graphviz.xml b/general/genutils/graphviz.xml index 9fc6e11ba0..b5f32c619e 100644 --- a/general/genutils/graphviz.xml +++ b/general/genutils/graphviz.xml @@ -241,8 +241,10 @@ sed -i '/LIBPOSTFIX="64"/s/64//' configure.ac && -autoreconf && -./configure --prefix=/usr PS2PDF=true && +autoreconf && +./configure --prefix=/usr \ + --disable-php \ + PS2PDF=true && make @@ -275,11 +277,11 @@ make sed ... configure.ac: This command is needed to avoid installing files in /usr/lib64. - + --disable-php: This version of graphviz + does not support php version 8. + PS2PDF=true: This is needed if