Changeset 05355b8 for general


Ignore:
Timestamp:
02/09/2023 07:13:45 PM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
2c596e3f
Parents:
e2de81fd
Message:

libseccomp: Comment out Python binding for now

I tried it and it refuse to build with --disable-static. When I removed
--disable-static, I still got about 500 test failures with
--enable-python, but without it the test runs normally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libseccomp.xml

    re2de81fd r05355b8  
    7979      <xref linkend="which"/> (needed for tests),
    8080      <xref linkend="valgrind"/>,
    81       <xref linkend="cython"/> (for python bindings), and
     81      <!--<xref linkend="cython"/> (for python bindings), -->and
    8282      <ulink url="https://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>
    8383    </para>
     
    115115    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    116116      href="../../xincludes/static-libraries.xml"/>
    117 
     117<!--
    118118    <para>
    119       <option>--enable-python</option>: this switch is needed to build
     119      <option>- -enable-python</option>: this switch is needed to build
    120120      python bindings if <xref linkend="cython"/> is installed.
    121121    </para>
     122-->
    122123  </sect2>
    123124
Note: See TracChangeset for help on using the changeset viewer.