[Libreoffice-commits] .: RepositoryFixes.mk

Tor Lillqvist tml at kemper.freedesktop.org
Tue Jul 5 00:11:50 PDT 2011


 RepositoryFixes.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit c8a0c7263f0e10973a09ccf51c9eda72ad9d4419
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Jul 5 10:10:18 2011 +0300

    Add more libs that semi-unintentionally get built statically for Android

diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index d078354..f1f7b41 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -150,6 +150,8 @@ endif
 ifeq ($(OS),ANDROID)
 gb_Library_FILENAMES := $(patsubst cppunit:%.so,cppunit:%.a,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst xml2:%.so,xml2:%.a,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst rdf:%.so,rdf:%.a,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst xslt:%.so,xslt:%.a,$(gb_Library_FILENAMES))
 
 endif
 


More information about the Libreoffice-commits mailing list