Changeset 2ef9bea for chapter08


Ignore:
Timestamp:
06/09/2024 12:03:35 PM (5 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
multilib, trunk, xry111/arm64, xry111/clfs-ng
Children:
cadbe55, e0850a7
Parents:
4ef406e2
Message:

readline: Get rid of rpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/readline.xml

    r4ef406e2 r2ef9bea  
    4949<screen><userinput remap="pre">sed -i '/MV.*old/d' Makefile.in
    5050sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
     51
     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>
    5158
    5259    <para>Now fix a problem identified upstream:</para>
Note: See TracChangeset for help on using the changeset viewer.