Changeset 4ca92e2c for general


Ignore:
Timestamp:
07/14/2004 12:49:57 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4d82755
Parents:
821b8815
Message:

Removed readline and all references in packages' dependencies, passed switches for readline support where it's not on by default.

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

Location:
general
Files:
1 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r821b8815 r4ca92e2c  
    4646<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml2.xml"/>
    4747<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxslt.xml"/>
    48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readline.xml"/>
    4948<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/>
    5049<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gdbm.xml"/>
  • general/genlib/gmp.xml

    r821b8815 r4ca92e2c  
    3737</sect3>
    3838
    39 <sect3><title><application><acronym>GMP</acronym></application> dependencies</title>
    40 <sect4><title>Optional</title>
    41 <para><xref linkend="readline"/></para></sect4>
    42 </sect3>
    43 
    4439</sect2>
    4540
  • general/genlib/guile.xml

    r821b8815 r4ca92e2c  
    3636<listitem><para>Estimated build time:
    3737&guile-time;</para></listitem></itemizedlist>
    38 </sect3>
    39                                                                                
    40                                                                                
    41 <sect3><title><application>Guile</application> dependencies</title>
    42 <sect4><title>Optional</title>
    43 <para><xref linkend="readline"/></para></sect4>
    4438</sect3>
    4539                                                                               
  • general/genlib/libxml2.xml

    r821b8815 r4ca92e2c  
    3939<sect3><title><application>libxml2</application> dependencies</title>
    4040<sect4><title>Optional</title>
    41 <para><xref linkend="Python"/> and <xref linkend="readline"/></para></sect4>
     41<para><xref linkend="Python"/></para></sect4>
    4242</sect3>
    4343
     
    5050commands:</para>
    5151
    52 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     52<screen><userinput><command>./configure --prefix=/usr --with-history &amp;&amp;
    5353make &amp;&amp;
    5454make install</command></userinput></screen>
  • general/genutils/bc.xml

    r821b8815 r4ca92e2c  
    4444</itemizedlist></sect3>
    4545
    46 <sect3><title><application>bc</application> dependencies</title>
    47 <sect4><title>Required</title>
    48 <para><xref linkend="readline"/></para></sect4>
    49 </sect3>
    50 
    5146</sect2>
    5247
  • general/prog/librep.xml

    r821b8815 r4ca92e2c  
    4242<para><xref linkend="gdbm"/></para></sect4>
    4343<sect4><title>Optional</title>
    44 <para><xref linkend="gmp"/>, and <xref linkend="readline"/></para></sect4>
    45 <!--
    46 <ulink url="http://sources.redhat.com/libffi/">libffi</ulink>
    47 -->
     44<para><xref linkend="gmp"/></para></sect4>
    4845</sect3>
    4946                                                                               
  • general/prog/python.xml

    r821b8815 r4ca92e2c  
    4444<sect4><title>Optional</title>
    4545<para><xref linkend="openssl"/>, <xref linkend="expat"/>, <xref linkend="tk"/>, <xref
    46 linkend="gdbm"/>, <xref linkend="db"/>, <xref linkend="gmp"/> and
    47 <xref linkend="readline"/>
     46linkend="gdbm"/>, <xref linkend="db"/> and <xref linkend="gmp"/>
    4847</para></sect4>
    4948</sect3>
Note: See TracChangeset for help on using the changeset viewer.