Changeset b9488cf for general


Ignore:
Timestamp:
07/28/2015 08:37:42 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
87532434
Parents:
49ee8357
Message:

Fix typos in the LXQT section
Add ruby to the recommended dependencies for Qt4
Fix librep and reiserfsprogs to build correctly for GCC 5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16295 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/chrpath.xml

    r49ee8357 rb9488cf  
    9595    </para>
    9696
    97 <screen role="root"><userinput>make docdir=/usr/share/doc/&chrpath-version; install</userinput></screen>
     97<screen role="root"><userinput>make docdir=/usr/share/doc/chrpath-&chrpath-version; install</userinput></screen>
    9898
    9999  </sect2>
  • general/prog/librep.xml

    r49ee8357 rb9488cf  
    7676    commands:</para>
    7777
    78 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     78<screen><userinput>sed -i 's/__OPTIMIZE__/__OPTIMIZE__ \&amp;\&amp; 0/g' src/repint.h &amp;&amp;
     79./configure --prefix=/usr --disable-static &amp;&amp;
    7980make</userinput></screen>
    8081
     
    8687
    8788  </sect2>
    88 <!--
     89
    8990  <sect2 role="commands">
    9091    <title>Command Explanations</title>
    9192
    92     <para></para>
    93 
    94   </sect2>-->
     93    <para>sed -i...: This fixes a build error with GCC 5.</para>
     94 
     95  </sect2>
    9596
    9697  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.