Author: pierre
Date: Sun Jan 17 08:34:02 2021
New Revision: 24116

Log:
Disable php for graphviz as php 8 is not supported

Modified:
   trunk/BOOK/general/genutils/graphviz.xml

Modified: trunk/BOOK/general/genutils/graphviz.xml
==============================================================================
--- trunk/BOOK/general/genutils/graphviz.xml    Sat Jan 16 09:55:52 2021        
(r24115)
+++ trunk/BOOK/general/genutils/graphviz.xml    Sun Jan 17 08:34:02 2021        
(r24116)
@@ -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 @@
       <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
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to