94f02f6c77
- Update to 1.1.34: Oct 30 2019 * Documentation: - Fix EXSLT web pages, Regenerate web pages - Fix Git link in news.html - Minor documentation fixes after recent changes - Regenerate symbols and API docs - Regenerate EXSLT website * Portability: - Remove stubs when compiling without debugger or profiler - configure.ac: Invoke PKG_CHECK_MODULES for building shared libraries - configure.ac: Conditionally determine whether xml2-config should pass shared libraries or static libraries - xslt-config.in: Fix broken --prefix=DIR support - libexslt.pc.in: Do not expose private library dependencies unless invoked - libxslt.pc.in: Do not expose private library dependencies unless invoked - Fix -Wformat-overflow warning (GCC 9) - Stop including ansidecl.h - Remove WIN32_EXTRA_* variables - Build without winsock * Bug Fixes: - xsl:template without name and match attributes should not be allowed - Make sure that Python tests exit with error code - Improve handling of invalid UTF-8 in format-number - Fix dangling pointer in xsltCopyText - Fix memory leak in pattern compilation error path - Fix uninitialized read with UTF-8 grouping chars - Fix integer overflow in FORMAT_GYEAR - Fix performance regression with xsl:number - Backup XPath context node in xsltInitCtxtKey - Fix unsigned integer overflow in date.c OBS-URL: https://build.opensuse.org/request/show/750071 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=82
14 lines
386 B
Diff
14 lines
386 B
Diff
Index: xsltConf.sh.in
|
|
===================================================================
|
|
--- xsltConf.sh.in.orig
|
|
+++ xsltConf.sh.in
|
|
@@ -2,7 +2,7 @@
|
|
# Configuration file for using the xslt library
|
|
#
|
|
XSLT_LIBDIR="@XSLT_LIBDIR@"
|
|
-XSLT_LIBS="@XSLT_LIBS@"
|
|
+XSLT_LIBS="-lxslt"
|
|
XSLT_PRIVATE_LIBS="@XSLT_PRIVATE_LIBS@"
|
|
XSLT_INCLUDEDIR="@XSLT_INCLUDEDIR@"
|
|
MODULE_VERSION="xslt-@VERSION@"
|