Changeset a6d5eae for general


Ignore:
Timestamp:
06/08/2024 07:38:51 PM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
gimp3, trunk
Children:
4dc1987
Parents:
846bcc9
git-author:
Xi Ruoyao <xry111@…> (06/08/2024 03:55:40 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/08/2024 07:38:51 PM)
Message:

woff2: Get rid of rpath

The rpath may be bad and it's particularly bad for woff2. The rpath of
libwoff2{dec,enc}.so is "lib", which means "the directory named lib
under the current working directory." So let's get rid of it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/woff2.xml

    r846bcc9 ra6d5eae  
    101101    </para>
    102102
    103 <screen><userinput>mkdir out                           &amp;&amp;
    104 cd    out                           &amp;&amp;
    105 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    106       -DCMAKE_BUILD_TYPE=Release .. &amp;&amp;
     103<screen><userinput>mkdir out                              &amp;&amp;
     104cd    out                              &amp;&amp;
     105cmake -DCMAKE_INSTALL_PREFIX=/usr   \
     106      -DCMAKE_BUILD_TYPE=Release    \
     107      -DCMAKE_SKIP_INSTALL_RPATH=ON .. &amp;&amp;
    107108make</userinput></screen>
    108109
     
    116117
    117118<screen role="root"><userinput>make install</userinput></screen>
     119  </sect2>
     120
     121  <sect2 role="commands">
     122    <title>Command Explanations</title>
     123
     124    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     125      href="../../xincludes/cmake-skip-install-rpath.xml"/>
    118126  </sect2>
    119127
Note: See TracChangeset for help on using the changeset viewer.