mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
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:
parent
bc38b45975
commit
91378ee809
@ -241,8 +241,10 @@
|
||||
|
||||
<screen><userinput>sed -i '/LIBPOSTFIX="64"/s/64//' configure.ac &&
|
||||
|
||||
autoreconf &&
|
||||
./configure --prefix=/usr PS2PDF=true &&
|
||||
autoreconf &&
|
||||
./configure --prefix=/usr \
|
||||
--disable-php \
|
||||
PS2PDF=true &&
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user