Changeset 54b89aa for general


Ignore:
Timestamp:
08/18/2022 06:11:56 PM (21 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
0372122
Parents:
5106927
Message:

libxml2: fix python3 detection if P2 is present

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r5106927 r54b89aa  
    124124    </para>
    125125
    126 <screen><userinput>./configure --prefix=/usr     \
     126<screen><userinput>PYTHON=/usr/bin/python3       \
     127./configure --prefix=/usr     \
    127128            --sysconfdir=/etc \
    128129            --disable-static  \
    129130            --with-history    \
    130             --with-python=/usr/bin/python3 \
    131131            --docdir=/usr/share/doc/libxml2-&libxml2-version; &amp;&amp;
    132132make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.