Portability: * Fix python build by using libxsltmod_la_CPPFLAGS instead of AM_CPPFLAGS, * configure should be more careful with linker script, * add gcrypt library in LIBADD, not LDFLAGS, as recommended Bug fixes: * Fix generate-id() to avoid generating the same ID, * Fix crash with empty xsl:key/@match attribute, * Crash when passing an uninitialized variable to document(), * Add missing test docs to EXTRA_DIST, * Fix regression: Default namespace not correctly used Cleanups: * Remove xsltTransStorageAdd and xsltTransStorageRemove from symbols.xml, * autogen.sh cleanup, * consistent use of xslt processor, * Add object files in tests/plugins to .gitignore, * Fix error on bug-165 regression test, * Remove xsltTransStorageAdd and xsltTransStorageRemove
69 lines
1.6 KiB
Text
69 lines
1.6 KiB
Text
$NetBSD: patch-ah,v 1.3 2012/11/27 12:17:51 adam Exp $
|
|
|
|
Fix syms file for stricter solaris ld
|
|
|
|
--- libxslt/libxslt_solaris.syms.orig 2012-11-27 12:04:43.000000000 +0000
|
|
+++ libxslt/libxslt_solaris.syms
|
|
@@ -107,7 +107,7 @@ LIBXML2_1.0.11 {
|
|
xsltFreeCompMatchList;
|
|
xsltFreeTemplateHashes;
|
|
xsltGetTemplate;
|
|
- xsltMatchPattern;
|
|
+# xsltMatchPattern;
|
|
xsltTestCompMatchList;
|
|
|
|
# preproc
|
|
@@ -407,7 +407,7 @@ LIBXML2_1.1.18 {
|
|
global:
|
|
|
|
# xsltInternals
|
|
- xsltConstNamespaceNameXSLT; # variable
|
|
+# xsltConstNamespaceNameXSLT; # variable
|
|
xsltExtensionInstructionResultFinalize;
|
|
xsltExtensionInstructionResultRegister;
|
|
xsltInitCtxtKey;
|
|
@@ -416,24 +416,24 @@ LIBXML2_1.1.18 {
|
|
xsltInit;
|
|
|
|
# xsltInternals
|
|
- xsltParseAnyXSLTElem;
|
|
- xsltParseSequenceConstructor;
|
|
- xsltPointerListAddSize;
|
|
- xsltPointerListClear;
|
|
- xsltPointerListCreate;
|
|
- xsltPointerListFree;
|
|
+# xsltParseAnyXSLTElem;
|
|
+# xsltParseSequenceConstructor;
|
|
+# xsltPointerListAddSize;
|
|
+# xsltPointerListClear;
|
|
+# xsltPointerListCreate;
|
|
+# xsltPointerListFree;
|
|
xsltRegisterLocalRVT;
|
|
xsltReleaseRVT;
|
|
- xsltRestoreDocumentNamespaces;
|
|
+# xsltRestoreDocumentNamespaces;
|
|
|
|
# extensions
|
|
- xsltStyleStylesheetLevelGetExtData;
|
|
+# xsltStyleStylesheetLevelGetExtData;
|
|
|
|
# xsltInternals
|
|
# xsltTransStorageAdd; removed in 1.1.28
|
|
# xsltTransStorageRemove; removed in 1.1.28
|
|
xsltUninit;
|
|
- xsltXSLTAttrMarker; # variable
|
|
+# xsltXSLTAttrMarker; # variable
|
|
} LIBXML2_1.1.9;
|
|
|
|
LIBXML2_1.1.20 {
|
|
@@ -476,6 +476,10 @@ LIBXML2_1.1.26 {
|
|
|
|
# transform
|
|
xsltProcessOneNode;
|
|
+
|
|
+# Solaris ld needs explicit auto-reduction (or, alternatively, "-B local")
|
|
+ local:
|
|
+ *;
|
|
} LIBXML2_1.1.25;
|
|
|
|
LIBXML2_1.1.27 {
|