7fe81b5bce
- enforce having the same version of libxslt1 - update to 1.1.28: * fix generate-id() to avoid generating the same ID * fix crash with empty xsl:key/@match attribute * fix crash when passing an uninitialized variable to document() * fix regression: default namespace not correctly used * remove xsltTransStorageAdd and xsltTransStorageRemove from symbols.xml - changes from 1.1.27: * link python module with python library (Frederic Crozat) * report errors on variable use in key * the XSLT namespace string is a constant one * fix handling of names in xsl:attribute * reserved namespaces in xsl:element and xsl:attribute * null-terminate result string of cry:rc4_decrypt * EXSLT date normalization fix * exit after compilation of invalid func:result * fix for EXSLT func:function * rewrite EXSLT string:replace to be conformant * avoid a heap use after free error * fix a dictionary string usage * output should not include extraneous newlines when indent is off * document('') fails to return stylesheets parsed from memory * xsltproc should return an error code if xinclude fails * forwards-compatible processing of unknown top level elements * fix system-property with unknown namespace * fix default template processing on namespace nodes * fix a bug in selecting XSLT elements * fix a memory leak with xsl:number OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=41
22 lines
668 B
Diff
22 lines
668 B
Diff
--- xsltConf.sh.in.orig 2012-12-06 08:43:13.843408831 +0100
|
|
+++ xsltConf.sh.in 2012-12-06 08:43:22.617391851 +0100
|
|
@@ -2,6 +2,6 @@
|
|
# Configuration file for using the xslt library
|
|
#
|
|
XSLT_LIBDIR="@XSLT_LIBDIR@"
|
|
-XSLT_LIBS="@XSLT_LIBS@"
|
|
+XSLT_LIBS="-lxslt"
|
|
XSLT_INCLUDEDIR="@XSLT_INCLUDEDIR@"
|
|
MODULE_VERSION="xslt-@VERSION@"
|
|
--- xslt-config.in.orig 2012-12-06 08:42:48.797457330 +0100
|
|
+++ xslt-config.in 2012-12-06 08:43:10.402415492 +0100
|
|
@@ -89,7 +89,7 @@
|
|
shift
|
|
done
|
|
|
|
-the_libs="@XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@"
|
|
+the_libs="-lxslt"
|
|
if test "$includedir" != "/usr/include"; then
|
|
the_flags="$the_flags -I$includedir `@XML_CONFIG@ --cflags`"
|
|
else
|