summaryrefslogtreecommitdiff
path: root/libxslt/libxslt-1.1.26-memdump.patch
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-01-18 14:23:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-01-18 16:55:04 +0100
commit6f6ed9c7e2212e5e7acb2c5b827e4e4f1e156ecd (patch)
tree72a7902580c326b3137620748cb665b1bcc27028 /libxslt/libxslt-1.1.26-memdump.patch
parent2fcba16dc48ed7c0a507c18731a41a99f485ee46 (diff)
Avoid .memdump files left behind by xsltproc in the build
Change-Id: If79896a2f73cacd9880e8beb9cc42993b49cc3b5
Diffstat (limited to 'libxslt/libxslt-1.1.26-memdump.patch')
-rw-r--r--libxslt/libxslt-1.1.26-memdump.patch10
1 files changed, 10 insertions, 0 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);
+ }
+