[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - libxslt/libxslt-1.1.26-memdump.patch libxslt/makefile.mk

Stephan Bergmann sbergman at redhat.com
Wed Jun 26 14:33:32 PDT 2013


 libxslt/libxslt-1.1.26-memdump.patch |   10 ++++++++++
 libxslt/makefile.mk                  |    3 ++-
 2 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 64ffb48c0018092f423d1218cc6a06fbb5cbb5a2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jan 18 14:23:27 2013 +0100

    Avoid .memdump files left behind by xsltproc in the build
    
    Change-Id: If79896a2f73cacd9880e8beb9cc42993b49cc3b5
    (cherry picked from commit 6f6ed9c7e2212e5e7acb2c5b827e4e4f1e156ecd)
    
    Signed-off-by: Michael Stahl <mstahl at redhat.com>

diff --git a/libxslt/libxslt-1.1.26-memdump.patch b/libxslt/libxslt-1.1.26-memdump.patch
new file mode 100644
index 0000000..28724f7
--- /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 1ff05d6..9432169 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


More information about the Libreoffice-commits mailing list