]> git.pld-linux.org Git - packages/libxml2.git/blob - libxml2-libx32.patch
- updated to 2.10.0
[packages/libxml2.git] / libxml2-libx32.patch
1 --- libxml2-2.10.0/xml2-config.in.orig  2022-08-18 16:32:47.652266712 +0200
2 +++ libxml2-2.10.0/xml2-config.in       2022-08-18 16:33:48.715269239 +0200
3 @@ -89,7 +89,7 @@ while test $# -gt 0; do
4              libs="@XML_LIBS@ @XML_PRIVATE_LIBS@ @MODULE_PLATFORM_LIBS@ @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.041779 seconds and 3 git commands to generate.