Changeset c9b953e6 for general


Ignore:
Timestamp:
10/19/2011 08:18:40 PM (13 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
6b5cc24
Parents:
54cfc01
Message:

Add a separate page for CA certificates.
Update to openssl-1.0.0e.
Update to bc-1.06.95.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/bc.xml

    r54cfc01 rc9b953e6  
    1717    <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    1818
    19   <!ENTITY bc-download-http "http://ftp.gnu.org/gnu/bc/bc-&bc-version;.tar.gz">
    20   <!ENTITY bc-download-ftp "ftp://ftp.gnu.org/gnu/bc/bc-&bc-version;.tar.gz">
    21   <!ENTITY bc-md5sum "d44b5dddebd8a7a7309aea6c36fda117">
    22   <!ENTITY bc-size "273 KB">
     19  <!ENTITY bc-download-http "&gnu-alpha-http;/bc/bc-&bc-version;.tar.bz2">
     20  <!ENTITY bc-download-ftp "&gnu-alpha-ftp;/bc/bc-&bc-version;.tar.bz2">
     21  <!ENTITY bc-md5sum "5126a721b73f97d715bb72c13c889035">
     22  <!ENTITY bc-size "288 KB">
    2323  <!ENTITY bc-buildsize "3 MB">
    2424  <!ENTITY bc-time "less than 0.1 SBU (0.2 SBU if running the testsuite)">
     
    3333  </sect1info>
    3434
    35   <title>Bc-&bc-version;</title>
     35  <title>bc-&bc-version;</title>
    3636
    3737  <indexterm zone="bc">
     
    4040
    4141  <sect2 role="package">
    42     <title>Introduction to Bc</title>
     42    <title>Introduction to bc</title>
    4343
    4444    <para>The <application>bc</application> package contains
    4545    an arbitrary precision numeric processing language.</para>
    4646
    47     &lfs67_checked;
     47    &lfs70_checked;
    4848
    4949    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7979    <para>Install <application>bc</application> by running the following commands:</para>
    8080
    81 <screen><userinput>sed -i '/PROTO.*readline/d' bc/scan.l &amp;&amp;
    82 sed -i '/flex -I8/s/8//' configure &amp;&amp;
    83 sed -i '/stdlib/a #include &lt;string.h&gt;' lib/number.c &amp;&amp;
    84 sed -i 's/program.*save/static &amp;/' bc/load.c &amp;&amp;
    85 ./configure --prefix=/usr --with-readline &amp;&amp;
     81<screen><userinput>./configure --prefix=/usr --with-readline &amp;&amp;
    8682make</userinput></screen>
    8783
     
    10197  <sect2 role="commands">
    10298    <title>Command Explanations</title>
    103 
     99<!--
    104100    <para><command>sed -i '/PROTO.*readline/d' bc/scan.l</command>: This
    105101    command fixes the <application>Readline</application> library call.</para>
     
    114110    This command fixes a segfault when running <application>bc</application>
    115111    with <command>bc -l</command>.</para>
    116 
     112-->
    117113    <para><parameter>--with-readline</parameter>: This option enables
    118114    <application>Readline</application> support in interactive mode.</para>
Note: See TracChangeset for help on using the changeset viewer.