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

New commits:
commit 8fee2f6030a9d408517046ca221e06625f852bad
Author: Tor Lillqvist <[email protected]>
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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to