Changeset e4b4c5a for chapter08/tcl.xml


Ignore:
Timestamp:
07/01/2024 06:59:19 AM (7 days ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
2b63974
Parents:
fe48a03 (diff), 201aa93 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/tcl.xml

    rfe48a03 re4b4c5a  
    44  <!ENTITY % general-entities SYSTEM "../general.ent">
    55  %general-entities;
    6   <!ENTITY tdbc-ver          "1.1.5">
    7   <!ENTITY itcl-ver          "4.2.3">
     6  <!ENTITY tdbc-ver          "1.1.7">
     7  <!ENTITY itcl-ver          "4.2.4">
    88]>
    99
     
    5656cd unix
    5757./configure --prefix=/usr           \
    58             --mandir=/usr/share/man</userinput></screen>
     58            --mandir=/usr/share/man \
     59            --disable-rpath</userinput></screen>
     60
     61    <variablelist>
     62      <title>The meaning of the new configure parameters:</title>
     63
     64      <varlistentry>
     65        <term><parameter>--disable-rpath</parameter></term>
     66        <listitem>
     67          <para>This parameter prevents hard coding library search paths
     68          (rpath) into the binary executable files and shared libraries.
     69          This package does not need rpath for an installation into the
     70          standard location, and rpath may sometimes cause unwanted effects
     71          or even security issues.</para>
     72        </listitem>
     73      </varlistentry>
     74    </variablelist>
    5975
    6076    <para>Build the package:</para>
Note: See TracChangeset for help on using the changeset viewer.