192d5afa33
- from libxslt-configure.patch: * drop config.sub Android stuff (obsolete) * drop MinGW archive checks (obsolete) * split out libxslt-config.patch.1 * split out libxslt-freebsd.patch.1 - drop libxslt-aix.patch: presumably don't need special check for V7BETA since it's released now - drop libxslt-mingw.patch (it's for msys build so obsolete) - drop libxslt-win_manifest.patch: this can just be passed on configure.js command line so no need for a patch Change-Id: I8a2cad0a70a86ba1dffbe3c8fce60babb70a61f6 Reviewed-on: https://gerrit.libreoffice.org/6641 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
64 lines
1.7 KiB
Diff
64 lines
1.7 KiB
Diff
--- misc/libxslt-1.1.26/libxslt/libxslt.syms Thu Sep 24 16:28:46 2009
|
|
+++ misc/build/libxslt-1.1.26/libxslt/libxslt.syms Thu Jul 8 12:22:14 2010
|
|
@@ -107,7 +107,7 @@
|
|
xsltFreeCompMatchList;
|
|
xsltFreeTemplateHashes;
|
|
xsltGetTemplate;
|
|
- xsltMatchPattern;
|
|
+#NOT_IMPLEMENTED xsltMatchPattern;
|
|
xsltTestCompMatchList;
|
|
|
|
# preproc
|
|
@@ -406,7 +406,7 @@
|
|
global:
|
|
|
|
# xsltInternals
|
|
- xsltConstNamespaceNameXSLT; # variable
|
|
+#XSLT_REFACTORED_XSLT_NSCOMP xsltConstNamespaceNameXSLT; # variable
|
|
xsltExtensionInstructionResultFinalize;
|
|
xsltExtensionInstructionResultRegister;
|
|
xsltInitCtxtKey;
|
|
@@ -415,24 +415,24 @@
|
|
xsltInit;
|
|
|
|
# xsltInternals
|
|
- xsltParseAnyXSLTElem;
|
|
- xsltParseSequenceConstructor;
|
|
- xsltPointerListAddSize;
|
|
- xsltPointerListClear;
|
|
- xsltPointerListCreate;
|
|
- xsltPointerListFree;
|
|
+#XSLT_REFACTORED xsltParseAnyXSLTElem;
|
|
+#XSLT_REFACTORED xsltParseSequenceConstructor;
|
|
+#XSLT_REFACTORED xsltPointerListAddSize;
|
|
+#XSLT_REFACTORED xsltPointerListClear;
|
|
+#XSLT_REFACTORED xsltPointerListCreate;
|
|
+#XSLT_REFACTORED xsltPointerListFree;
|
|
xsltRegisterLocalRVT;
|
|
xsltReleaseRVT;
|
|
- xsltRestoreDocumentNamespaces;
|
|
+#XSLT_REFACTORED_XSLT_NSCOMP xsltRestoreDocumentNamespaces;
|
|
|
|
# extensions
|
|
- xsltStyleStylesheetLevelGetExtData;
|
|
+#XSLT_REFACTORED xsltStyleStylesheetLevelGetExtData;
|
|
|
|
# xsltInternals
|
|
# xsltTransStorageAdd; removed in 1.1.28
|
|
# xsltTransStorageRemove; removed in 1.1.28
|
|
xsltUninit;
|
|
- xsltXSLTAttrMarker; # variable
|
|
+#XSLT_REFACTORED xsltXSLTAttrMarker; # variable
|
|
} LIBXML2_1.1.9;
|
|
|
|
LIBXML2_1.1.20 {
|
|
@@ -475,5 +475,9 @@
|
|
|
|
# xsltutils
|
|
xsltXPathCompileFlags;
|
|
+
|
|
+# Solaris ld needs explicit auto-reduction (or, alternatively, "-B local")
|
|
+ local:
|
|
+ *;
|
|
} LIBXML2_1.1.26;
|
|
|