Ignore:
Timestamp:
06/09/2024 10:30:21 PM (3 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
7f3f152
Parents:
30d408c (diff), 2ef9bea (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/readline.xml

    r30d408c re0850a7  
    5050sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
    5151
     52    <para>Prevent hard coding library search paths (rpath) into
     53    the shared libraries.  This package does not need rpath for an
     54    installation into the standard location, and rpath may sometimes cause
     55    unwanted effects or even security issues:</para>
     56
     57<screen><userinput>sed -i 's/-Wl,-rpath,[^ ]*//' support/shobj-conf</userinput></screen>
     58
    5259    <para>Now fix a problem identified upstream:</para>
    5360
Note: See TracChangeset for help on using the changeset viewer.