Author: renodr
Date: Sun Oct 18 10:41:38 2020
New Revision: 1632

Log:
Errata: Document how to re-enable DVI support which was mistakenly shipped 
broken.

Modified:
   html/trunk/blfs/errata/10.0-systemd/index.html
   html/trunk/blfs/errata/10.0/index.html

Modified: html/trunk/blfs/errata/10.0-systemd/index.html
==============================================================================
--- html/trunk/blfs/errata/10.0-systemd/index.html      Sun Oct 18 09:09:55 
2020        (r1631)
+++ html/trunk/blfs/errata/10.0-systemd/index.html      Sun Oct 18 10:41:38 
2020        (r1632)
@@ -23,6 +23,13 @@
        and g++ are used for the non-rust compilation.</li>
        <li>In xinit, the sed in the note should have a -i argument 
        instead of the -e argument.</li>
+       <li>In evince, DVI support was inadvertently broken. To enable DVI
+       support, add the following lines prior to the meson line:
+       CFLAGS="$CFLAGS -I/opt/texlive/2020/include" \
+       CXXFLAGS="$CXXFLAGS -I/opt/texlive/2020/include" \
+       LDFLAGS="$LDFLAGS -L/opt/texlive/2020/lib" and then proceed
+       with the rest of the procedure as documented.</li>
+
      </ul>
 
      <h2>Known Security Vulnerabilities</h2>

Modified: html/trunk/blfs/errata/10.0/index.html
==============================================================================
--- html/trunk/blfs/errata/10.0/index.html      Sun Oct 18 09:09:55 2020        
(r1631)
+++ html/trunk/blfs/errata/10.0/index.html      Sun Oct 18 10:41:38 2020        
(r1632)
@@ -22,6 +22,12 @@
        and g++ are used for the non-rust compilation.</li>
        <li>In xinit, the sed in the note should have a -i argument 
        instead of the -e argument.</li>
+       <li>In evince, DVI support was inadvertently broken. To enable DVI
+       support, add the following lines prior to the meson line:
+       CFLAGS="$CFLAGS -I/opt/texlive/2020/include" \
+       CXXFLAGS="$CXXFLAGS -I/opt/texlive/2020/include" \
+       LDFLAGS="$LDFLAGS -L/opt/texlive/2020/lib" and then proceed
+       with the rest of the procedure as documented.</li>
      </ul>
 
      <h2>Known Security Vulnerabilities</h2>
-- 
http://lists.linuxfromscratch.org/listinfo/website
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to