Changeset cea4ddf for general/graphlib


Ignore:
Timestamp:
06/08/2024 07:38:51 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
f86fbfb
Parents:
2773977
git-author:
Xi Ruoyao <xry111@…> (06/08/2024 07:31:30 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/08/2024 07:38:51 PM)
Message:

exiv2: Get rid of rpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/exiv2.xml

    r2773977 rcea4ddf  
    130130      -DEXIV2_ENABLE_CURL=yes      \
    131131      -DEXIV2_BUILD_SAMPLES=no     \
    132       -G "Unix Makefiles" .. &amp;&amp;
    133 make</userinput></screen>
     132      -DCMAKE_SKIP_INSTALL_RPATH=ON \
     133      -G Ninja ..                   &amp;&amp;
     134ninja</userinput></screen>
    134135
    135136    <para>
     
    141142    </para>
    142143
    143 <screen role="root"><userinput>make install</userinput></screen>
     144<screen role="root"><userinput>ninja install</userinput></screen>
    144145
    145146  </sect2>
     
    147148  <sect2 role="commands">
    148149    <title>Command Explanations</title>
     150
     151    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     152      href="../../xincludes/cmake-skip-install-rpath.xml"/>
    149153
    150154    <para>
Note: See TracChangeset for help on using the changeset viewer.