Changeset fbb82131 for general/prog


Ignore:
Timestamp:
01/22/2024 01:33:50 PM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
25b6f7a
Parents:
34b284f
Message:

ruby: Disable rpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r34b284f rfbb82131  
    9797
    9898<screen><userinput>./configure --prefix=/usr      \
     99            --disable-rpath    \
    99100            --enable-shared    \
    100101            --without-valgrind \
     
    168169  <sect2 role="commands">
    169170    <title>Command Explanations</title>
     171
     172    <para>
     173      <parameter>--disable-rpath</parameter>: This switch disables embedding
     174      <filename class='directory'>/usr/lib</filename> as a library search
     175      path into the <command>ruby</command> program.  Doing so is not needed
     176      (because <filename class='directory'>/usr/lib</filename> is a system
     177      library path) and it may cause the test suite running with the system
     178      <filename class='libraryfile'>libruby.so</filename> instead of the
     179      just built one when Ruby has been installed.
     180    </para>
    170181
    171182    <para>
Note: See TracChangeset for help on using the changeset viewer.