Changeset e53161d for general/genlib


Ignore:
Timestamp:
06/09/2024 11:46:09 AM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
9807669d
Parents:
bc49eed
git-author:
Xi Ruoyao <xry111@…> (06/09/2024 11:13:26 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/09/2024 11:46:09 AM)
Message:

libpaper: Disable meaningless test suite and get rid of rpath

We are using --enable-relocatable for tests but the tests do not really
work. Let's just remove it to get rid of rpath.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libpaper.xml

    rbc49eed re53161d  
    8080            --sysconfdir=/etc    \
    8181            --disable-static     \
    82             --enable-relocatable \
    8382            --docdir=/usr/share/doc/libpaper-&libpaper-version; &amp;&amp;
    8483make</userinput></screen>
    8584
     85    <!-- All tests "PASS" but the log just contains:
     86         "sysconfdir does not start with prefix, cannot run test!"
    8687    <para>
    8788      To test the results, issue: <command>make check</command>.
     89    </para> -->
     90
     91    <para>
     92      The test suite of this package does not work with a configuration
     93      using the standard installation location.
    8894    </para>
    8995
     
    101107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    102108      href="../../xincludes/static-libraries.xml"/>
    103 
    104     <para>
    105       <parameter>--enable-relocatable</parameter>:
     109    <!--
     110    <para>
     111      <parameter>- -enable-relocatable</parameter>:
    106112      This switch is needed to run the tests.
    107113    </para>
    108 
     114    -->
    109115  </sect2>
    110116
Note: See TracChangeset for help on using the changeset viewer.