Ignore:
Timestamp:
01/18/2013 03:06:25 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
1700976
Parents:
bc9797f
Message:

Package updates and some modifications. See changelog.xml for details.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    rbc9797f r82fac2c  
    77  <!ENTITY ruby-download-http " ">
    88  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-&ruby-version;.tar.bz2">
    9   <!ENTITY ruby-md5sum        "13c26ea368d88a560f07cc8c5eb4fa05">
     9  <!ENTITY ruby-md5sum        "944e73eba9ee9e1f2647ff32ec0b14b2">
    1010  <!ENTITY ruby-size          "9.6 MB">
    1111  <!ENTITY ruby-buildsize     "350 MB">
     
    7676    <bridgehead renderas="sect4">Optional</bridgehead>
    7777    <para role="optional">
     78      <xref linkend="db"/>,
    7879      <xref linkend="doxygen"/>,
    7980      <xref linkend="graphviz"/>,
    80       <ulink url="http://pyyaml.org/wiki/LibYAML">libyaml</ulink>,
    8181      <xref linkend="openssl"/> and
    8282      <xref linkend="tk"/>
     
    9696    </para>
    9797
    98 <screen><userinput>./configure --prefix=/usr    \
    99             --enable-shared  \
    100             --enable-pthread &amp;&amp;
     98<screen><userinput>./configure --prefix=/usr --enable-shared &amp;&amp;
    10199make</userinput></screen>
    102100
     
    119117      <option>--enable-shared</option>: This switch enables building of
    120118      the <filename class="libraryfile">libruby</filename> shared library.
    121     </para>
    122 
    123     <para>
    124       <option>--enable-pthread</option>: This switch enables linking of the
    125       threading library into the <application>Ruby</application> build.
    126119    </para>
    127120
Note: See TracChangeset for help on using the changeset viewer.