[Libreoffice-commits] .: solenv/bin

Michael Meeks mmeeks at kemper.freedesktop.org
Fri Oct 8 08:42:26 PDT 2010


 solenv/bin/linkoo |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c31c00a8582f49b6c0e29feccff83a7025b8ef7e
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Fri Oct 8 16:41:31 2010 +0100

    switch to g_slice

diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo
index fc15fa4..c459f48 100755
--- a/solenv/bin/linkoo
+++ b/solenv/bin/linkoo
@@ -45,7 +45,7 @@ export PATH=".:../basis-link/program:../basis-link/ure-link/bin:$PATH"
 export GNOME_DISABLE_CRASH_DIALOG=1
 export STAR_RESOURCEPATH=`pwd`/../basis-link/program/resource
 # debugging assistance
-export OOO_FORCE_SYSALLOC=1
+export G_SLICE=always-malloc
 export MALLOC_CHECK_=2
 export OOO_DISABLE_RECOVERY=1
 export SAL_ALLOW_LINKOO_SYMLINKS=1


More information about the Libreoffice-commits mailing list