]> git.pld-linux.org Git - packages/libxslt.git/blob - libxslt-libs-no-libdir.patch
- updated to 1.1.34
[packages/libxslt.git] / libxslt-libs-no-libdir.patch
1 --- libxslt-1.1.34/xslt-config.in.orig  2019-10-23 19:36:39.000000000 +0200
2 +++ libxslt-1.1.34/xslt-config.in       2020-01-19 17:55:21.321737264 +0100
3 @@ -88,7 +88,7 @@
4              libs="@XSLT_LIBS@ @XSLT_PRIVATE_LIBS@"
5          fi
6  
7 -        if [ "@XSLT_LIBDIR@" != "-L/usr/lib" -a "@XSLT_LIBDIR@" != "-L/usr/lib64" ]; then
8 +        if [ "@XSLT_LIBDIR@" != "-L/usr/lib" -a "@XSLT_LIBDIR@" != "-L/usr/lib64" -a "@XSLT_LIBDIR@" != "-L/usr/libx32" ]; then
9              libs="@XSLT_LIBDIR@ $libs"
10          fi
11  
This page took 0.05994 seconds and 3 git commands to generate.