mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
tcl: Get rid of rpath
This commit is contained in:
parent
b3c50e06f6
commit
e3f47a2f7a
@ -55,7 +55,23 @@
|
|||||||
<screen><userinput remap="configure">SRCDIR=$(pwd)
|
<screen><userinput remap="configure">SRCDIR=$(pwd)
|
||||||
cd unix
|
cd unix
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--mandir=/usr/share/man</userinput></screen>
|
--mandir=/usr/share/man \
|
||||||
|
--disable-rpath</userinput></screen>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<title>The meaning of the new configure parameters:</title>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><parameter>--disable-rpath</parameter></term>
|
||||||
|
<listitem>
|
||||||
|
<para>This parameter prevents hard coding library search paths
|
||||||
|
(rpath) into the binary executable files and shared libraries.
|
||||||
|
This package does not need rpath for an installation into the
|
||||||
|
standard location, and rpath may sometimes cause unwanted effects
|
||||||
|
or even security issues.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
|
||||||
<para>Build the package:</para>
|
<para>Build the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user