libxml2: drop -L/usr/lib from xml2-config --libs output
[unleashed-userland.git] / components / library / libxml2 / patches / xmllibdir.patch
blobbbad3cd29730908dbc38f376e5147350f71e1506
1 we don't want -L/usr/lib in xml2-config output.
2 --- libxml2-2.9.4/configure.ac.orig Wed May 22 14:25:46 2019
3 +++ libxml2-2.9.4/configure.ac Wed May 22 14:26:07 2019
4 @@ -754,7 +754,7 @@
5 AC_CHECK_FUNC(isinf, AC_DEFINE([HAVE_ISINF], [], [Define if isinf is there]) , AC_CHECK_LIB(m, isinf,
6 [AC_DEFINE([HAVE_ISINF], [], [Define if isinf is there])]))
8 -XML_LIBDIR='-L${libdir}'
9 +XML_LIBDIR=''
10 XML_INCLUDEDIR='-I${includedir}/libxml2'
12 dnl