]> git.pld-linux.org Git - packages/libxml2.git/blame - libxml2-python-setup.patch
- added python-setup patch (try to use generated libxml2 configuration instead of...
[packages/libxml2.git] / libxml2-python-setup.patch
CommitLineData
39509623
JB
1--- libxml2-2.10.0/python/setup.py.in.orig 2022-05-02 14:10:21.000000000 +0200
2+++ libxml2-2.10.0/python/setup.py.in 2022-08-18 21:39:44.799159134 +0200
3@@ -85,7 +85,8 @@ if xml_includes == "":
4
5 # those are added in the linker search path for libraries
6 libdirs = [
7-os.path.join(ROOT,'lib'),
8+'@abs_top_builddir@/.libs',
9+'@libdir@',
10 ]
11
12 xml_files = ["libxml2-api.xml", "libxml2-python-api.xml",
13@@ -194,7 +195,7 @@ modules = [ 'libxml2', 'drv_libxml2' ]
14 if WITHDLLS:
15 modules.append('libxmlmods.__init__')
16 c_files = ['libxml2-py.c', 'libxml.c', 'types.c' ]
17-includes= [xml_includes]
18+includes= ['@abs_top_builddir@/include']
19 libs = [libraryPrefix + "xml2"] + platformLibs
20 macros = []
21 if with_threads:
This page took 0.56527 seconds and 4 git commands to generate.