]> git.pld-linux.org Git - packages/libxml2.git/blob - libxml2-libx32.patch
BR: python-setuptools python3-setuptools
[packages/libxml2.git] / libxml2-libx32.patch
1 --- libxml2-2.9.10/xml2-config.in.orig  2020-01-19 17:14:27.721696222 +0100
2 +++ libxml2-2.9.10/xml2-config.in       2020-01-19 17:22:13.425839953 +0100
3 @@ -87,7 +87,7 @@
4              libs="@XML_LIBS@ @XML_PRIVATE_LIBS@ @MODULE_PLATFORM_LIBS@"
5          fi
6  
7 -        if [ "@XML_LIBDIR@" != "-L/usr/lib" -a "@XML_LIBDIR@" != "-L/usr/lib64" ]; then
8 +        if [ "@XML_LIBDIR@" != "-L/usr/lib" -a "@XML_LIBDIR@" != "-L/usr/lib64" -a "@XML_LIBDIR@" != "-L/usr/libx32" ]; then
9              libs="@XML_LIBDIR@ $libs"
10          fi
11  
This page took 0.044828 seconds and 3 git commands to generate.