]> git.pld-linux.org Git - packages/libxml2.git/blame - libxml2-libx32.patch
- updated to 2.11.3 (regression fixes)
[packages/libxml2.git] / libxml2-libx32.patch
CommitLineData
14c93861
JB
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@"
f72857b8
JB
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
14c93861 11 ;;
This page took 0.182865 seconds and 4 git commands to generate.