Kaydet (Commit) 6f6ed9c7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid .memdump files left behind by xsltproc in the build

Change-Id: If79896a2f73cacd9880e8beb9cc42993b49cc3b5
üst 2fcba16d
--- 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);
}
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment