Ignore:
Timestamp:
03/16/2014 09:57:46 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
70384f2
Parents:
ddf46c4
Message:

Updates to sudo-1.8.10p1, openssh-6.6p1, ssh-askpass-6.6p1 and libatomic_ops-7.4.0. Fix Ruby-2.1.1 to build with Readline-6.3. Thanks Armin K.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    rddf46c4 rb9d56ad4  
    100100    </para>
    101101
    102 <screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/ruby-&ruby-version; --enable-shared &amp;&amp;
     102<screen><userinput>sed -i ext/readline/readline.c \
     103    -e "s:(Function \*)readline:(rl_hook_func_t \*)readline:" &amp;&amp;
     104./configure --prefix=/usr   \
     105            --enable-shared \
     106            --docdir=/usr/share/doc/ruby-&ruby-version; &amp;&amp;
    103107make</userinput></screen>
    104108
     
    119123
    120124    <para>
    121       <option>--enable-shared</option>: This switch enables building of
     125      <command>sed -i  ext/readline/readline.c ...</command>: This
     126      <command>sed</command> fixes building with
     127      <application>Readline</application> 6.x (x>2).
     128    </para>
     129
     130    <para>
     131      <parameter>--enable-shared</parameter>: This switch enables building of
    122132      the <filename class="libraryfile">libruby</filename> shared library.
    123133    </para>
Note: See TracChangeset for help on using the changeset viewer.