[Libreoffice-commits] .: solenv/gbuild

Tor Lillqvist tml at kemper.freedesktop.org
Mon Jan 9 03:46:21 PST 2012


 solenv/gbuild/platform/ANDROID_ARM_GCC.mk |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 89875941688ac94c7d9ddcccccee141bc16d1688
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Mon Jan 9 13:40:47 2012 +0200

    No need to mention the system "log" library, it clashes with our "log" library
    
    It is not needed anyway. Only liblo-bootstrap uses the log API now,
    our libraries on Android (including "executables") don't.

diff --git a/solenv/gbuild/platform/ANDROID_ARM_GCC.mk b/solenv/gbuild/platform/ANDROID_ARM_GCC.mk
index d9ed246..1a7e56e 100644
--- a/solenv/gbuild/platform/ANDROID_ARM_GCC.mk
+++ b/solenv/gbuild/platform/ANDROID_ARM_GCC.mk
@@ -40,7 +40,6 @@ gb_STDLIBS := \
 gb_Library_PLAINLIBS_NONE := \
 	android \
 	gnustl_shared \
-	log \
 
 # No unit testing can be run
 gb_CppunitTest_CPPTESTPRECOMMAND := :


More information about the Libreoffice-commits mailing list