diff options
Diffstat (limited to 'libxslt')
-rw-r--r-- | libxslt/libxslt-1.1.26-memdump.patch | 10 | ||||
-rw-r--r-- | libxslt/makefile.mk | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/libxslt/libxslt-1.1.26-memdump.patch b/libxslt/libxslt-1.1.26-memdump.patch new file mode 100644 index 000000000000..28724f749a38 --- /dev/null +++ b/libxslt/libxslt-1.1.26-memdump.patch @@ -0,0 +1,10 @@ +--- misc/libxslt-1.1.26/xsltproc/xsltproc.c 2009-08-23 14:53:33.000000000 +0200 ++++ misc/build/libxslt-1.1.26/xsltproc/xsltproc.c 2013-01-18 14:16:12.202767222 +0100 +@@ -877,7 +877,6 @@ + xsltFreeSecurityPrefs(sec); + xsltCleanupGlobals(); + xmlCleanupParser(); +- xmlMemoryDump(); + return(errorno); + } + diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk index 1574709500b8..691c50b29f62 100644 --- a/libxslt/makefile.mk +++ b/libxslt/makefile.mk @@ -57,7 +57,8 @@ PATCH_FILES=libxslt-configure.patch \ libxslt-mingw.patch \ libxslt-internal-symbols.patch \ libxslt-aix.patch \ - libxslt-vc10.patch + libxslt-vc10.patch \ + libxslt-1.1.26-memdump.patch .IF "$(OS)"=="ANDROID" PATCH_FILES+= libxslt-android.patch |