Changeset 4ed0b491 for general/prog


Ignore:
Timestamp:
06/09/2024 11:55:14 AM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
gimp3, trunk
Children:
78ec1b9
Parents:
9807669d
git-author:
Xi Ruoyao <xry111@…> (06/09/2024 11:24:35 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/09/2024 11:55:14 AM)
Message:

slang: Get rid of rpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/slang.xml

    r9807669d r4ed0b491  
    9090            --sysconfdir=/etc \
    9191            --with-readline=gnu &amp;&amp;
    92 make -j1</userinput></screen>
     92make -j1 RPATH=</userinput></screen>
    9393
    9494    <para>
     
    102102<screen role='root'><userinput>make install_doc_dir=/usr/share/doc/slang-&slang-version;   \
    103103     SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh \
    104      install</userinput></screen>
     104     RPATH= install</userinput></screen>
    105105  </sect2>
    106106
     
    115115
    116116    <para>
    117       <command>make install_doc_dir=/usr/share/doc/slang-&slang-version;
    118       SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh install</command>:
    119       This command installs this package with a versioned documentation
    120       installation directory.
     117      <parameter>RPATH=</parameter>: This overridden <command>make</command>
     118      variable prevents hard coding library search paths (rpath) into the
     119      binary executable files and shared libraries.  This package does not
     120      need rpath for an installtion into the standard location, and rpath may
     121      sometimes cause unwanted effects or even security issues.
     122    </para>
     123
     124    <para>
     125      <parameter>install_doc_dir=/usr/share/doc/slang-&slang-version;
     126      SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh</parameter>:
     127      These overridden <command>make</command> variables ensure installing
     128      this package with a versioned documentation installation directory.
    121129    </para>
    122130
Note: See TracChangeset for help on using the changeset viewer.