[Libreoffice-commits] .: icu/makefile.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Fri May 11 06:46:35 PDT 2012
icu/makefile.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 4134d6df2d1f7e22d5481f2b77dfe7855db70b02
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Fri May 11 16:40:00 2012 +0300
Must prepend uconfig.h.prepend to uconfig.h when using --with-library-suffix
Change-Id: I201292765bd8514749757f84c55ffaec68e03a6b
diff --git a/icu/makefile.mk b/icu/makefile.mk
index fe00f46..ce54ff5 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -174,6 +174,7 @@ OUT2LIB= \
$(BUILD_DIR)$/lib$/libicule.a \
$(BUILD_DIR)$/lib$/libicutu.a
.ELIF "$(OS)"=="ANDROID"
+BUILD_ACTION+= && cat uconfig.h.prepend common/unicode/uconfig.h >common/unicode/uconfig.h.new && mv common/unicode/uconfig.h.new common/unicode/uconfig.h
OUT2LIB= \
$(BUILD_DIR)$/lib$/libicudatalo.so \
$(BUILD_DIR)$/lib$/libicuuclo.so \
More information about the Libreoffice-commits
mailing list