Changeset a644ed6


Ignore:
Timestamp:
07/22/2024 05:37:54 PM (8 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
c08747a0
Parents:
ffc112c6
Message:

ldns: describe how to build the Python bindings for this package.

It no longer needs Python2, but users need to pass
PYTHON=/usr/bin/python3 to configure since it checks for just 'python'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/ldns.xml

    rffc112c6 ra644ed6  
    7575      <xref linkend="make-ca"/> and
    7676      <xref linkend="libpcap"/> (for example programs),
    77       &python2;, and
    7877      <xref linkend="swig"/> (for Python bindings), and
    7978      <xref linkend="doxygen"/> (for html documentation)
     
    149148    <para>
    150149      <option>--with-pyldns</option>: This option enables building of the Python
    151       bindings.
     150      bindings. If you use this option, you will need to add
     151      PYTHON=/usr/bin/python3 to the configure line as well.
    152152    </para>
    153153
Note: See TracChangeset for help on using the changeset viewer.