[Libreoffice-commits] .: liborcus/makefile.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Sep 9 01:27:09 PDT 2012


 liborcus/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8fee2f6030a9d408517046ca221e06625f852bad
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Sun Sep 9 11:23:47 2012 +0300

    Seems that -lm is also needed for Android on MIPS, for some reason
    
    Change-Id: I5075199de76abfb2b62294e8ce4ce3eb43b1daf6

diff --git a/liborcus/makefile.mk b/liborcus/makefile.mk
index 9e744c2..2a67035 100644
--- a/liborcus/makefile.mk
+++ b/liborcus/makefile.mk
@@ -69,7 +69,7 @@ CONFIGURE_ACTION+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
 .ENDIF
 
 .IF "$(OS)" == "ANDROID"
-CONFIGURE_ACTION:=LIBS=-lgnustl_shared $(CONFIGURE_ACTION)
+CONFIGURE_ACTION:=LIBS='-lgnustl_shared -lm' $(CONFIGURE_ACTION)
 .ENDIF
 
 BUILD_ACTION=make


More information about the Libreoffice-commits mailing list