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
This commit is contained in:
Pierre Labastie 2021-01-17 16:34:02 +00:00
parent bc38b45975
commit 91378ee809

View File

@ -241,8 +241,10 @@
<screen><userinput>sed -i '/LIBPOSTFIX="64"/s/64//' configure.ac &amp;&amp;
autoreconf &amp;&amp;
./configure --prefix=/usr PS2PDF=true &amp;&amp;
autoreconf &amp;&amp;
./configure --prefix=/usr \
--disable-php \
PS2PDF=true &amp;&amp;
make</userinput></screen>
<para>
@ -275,11 +277,11 @@ make</userinput></screen>
<command>sed ... configure.ac</command>: This command is needed to
avoid installing files in /usr/lib64.
</para>
<!-- Seems php bindings can be built now (not tested)
<para>
<parameter>- -disable-php</parameter>: This version of graphviz
does not support php version 7.
</para>-->
<parameter>--disable-php</parameter>: This version of graphviz
does not support php version 8.
</para>
<para>
<parameter>PS2PDF=true</parameter>: This is needed if <xref