Ignore:
Timestamp:
06/09/2024 12:19:46 PM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
c4e6b84
Parents:
78ec1b9
Message:

lm_sensors: Get rid of rpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/lm_sensors.xml

    r78ec1b9 r95158340  
    134134
    135135<!-- <screen><userinput>patch -Np1 -i ../lm_sensors-&lm_sensors-version;-upstream_fixes-1.patch &amp;&amp; -->
    136 <screen><userinput>make PREFIX=/usr        \
    137      BUILD_STATIC_LIB=0 \
    138      MANDIR=/usr/share/man</userinput></screen>
     136<screen><userinput>make PREFIX=/usr           \
     137     BUILD_STATIC_LIB=0    \
     138     MANDIR=/usr/share/man \
     139     EXLDFLAGS=</userinput></screen>
    139140
    140141    <para>
     
    162163      compiling and installing the static version of
    163164      <filename class="libraryfile">libsensors</filename>.
     165    </para>
     166
     167    <para>
     168      <parameter>EXLDFLAGS=</parameter>: This parameter disables
     169      hard coding library search paths (rpath) into the
     170      binary executable files and shared libraries.  This package does not
     171      need rpath for an installtion into the standard location, and rpath
     172      may sometimes cause unwanted effects or even security issues.
    164173    </para>
    165174
Note: See TracChangeset for help on using the changeset viewer.