Ignore:
Timestamp:
06/08/2024 07:38:51 PM (5 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
gimp3, trunk
Children:
2773977
Parents:
b4528ed
git-author:
Xi Ruoyao <xry111@…> (06/08/2024 06:12:04 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/08/2024 07:38:51 PM)
Message:

samba: Clean up /usr/lib from rpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    rb4528ed rfcb3fe6  
    182182    --without-systemd                      \
    183183    --with-system-mitkrb5                  \
    184     --enable-selftest                      &amp;&amp;
     184    --enable-selftest                      \
     185    --disable-rpath-install                &amp;&amp;
    185186make</userinput></screen>
    186187
     
    195196    --without-ad-dc                        \
    196197    --with-system-mitkrb5                  \
    197     --enable-selftest                      &amp;&amp;
     198    --enable-selftest                      \
     199    --disable-rpath-install                &amp;&amp;
    198200make</userinput></screen>
    199201
     
    304306      mitigates security vulnerabilities and reduces build time.
    305307      Remove this if you do not have <xref linkend="mitkrb"/> installed.
     308    </para>
     309
     310    <!-- Note that /usr/lib/samba is still in rpath and it's really
     311         needed. -->
     312    <para>
     313      <parameter>--disable-rpath-install</parameter>: Removes
     314      the library installation path from embedded shared library search
     315      paths in the installed binary executable files and shared libraries.
     316      When this package is installed into the standard location the library
     317      installation path is <filename class='directory'>/usr/lib</filename>.
     318      It's always searched by the dynamic linker, so there is no need to
     319      embed it into installed files.
    306320    </para>
    307321
Note: See TracChangeset for help on using the changeset viewer.