summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-17 15:30:26 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-17 15:30:26 +0100
commita12885cdad54a4336223e06be45912526f3c4933 (patch)
treeb78f61243de07d964874ea4326647cf8714ecdc9 /icu
parentcb2b51f970cdf9b67f600f942cffa219684d05c7 (diff)
Don't build things we don't use and that are broken
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index cad69ca08bc1..a7c41a92d32f 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -106,7 +106,9 @@ LDFLAGSADD += -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-
CONFIGURE_DIR=source
-CONFIGURE_ACTION+=sh -c 'CFLAGS="$(icu_CFLAGS)" CXXFLAGS="$(icu_CXXFLAGS)" LDFLAGS="$(icu_LDFLAGS) $(LDFLAGSADD)" ./configure --enable-layout --enable-static --enable-shared=yes $(DISABLE_64BIT)'
+CONFIGURE_ACTION+=sh -c 'CFLAGS="$(icu_CFLAGS)" CXXFLAGS="$(icu_CXXFLAGS)" LDFLAGS="$(icu_LDFLAGS) $(LDFLAGSADD)" \
+./configure --enable-layout --enable-static --enable-shared=yes --disable-icuio --disable-samples --disable-tests \
+--disable-extras $(DISABLE_64BIT)'
CONFIGURE_FLAGS=
@@ -159,7 +161,12 @@ icu_LIBS=-lmingwthrd
icu_LIBS+=-lstdc++_s
.ENDIF
icu_LDFLAGS+=-Wl,--enable-runtime-pseudo-reloc-v2
-CONFIGURE_ACTION+=sh -c 'CFLAGS="-O -D_MT" CXXFLAGS="-O -D_MT" LDFLAGS="$(icu_LDFLAGS)" LIBS="$(icu_LIBS)" ./configure --build=i586-pc-mingw32 --enable-layout --enable-static --enable-shared=yes --enable-64bit-libs=no'
+CONFIGURE_ACTION+=sh -c 'CFLAGS="$(icu_CFLAGS)" CXXFLAGS="$(icu_CXXFLAGS)" LDFLAGS="$(icu_LDFLAGS) $(LDFLAGSADD)" \
+./configure --enable-layout --enable-static --enable-shared=yes --disable-icuio --disable-samples --disable-tests \
+--disable-extras $(DISABLE_64BIT)'
+CONFIGURE_ACTION+=sh -c 'CFLAGS="-O -D_MT" CXXFLAGS="-O -D_MT" LDFLAGS="$(icu_LDFLAGS)" LIBS="$(icu_LIBS)" \
+./configure --build=i586-pc-mingw32 --enable-layout --enable-static --enable-shared=yes --disable-icuio \
+--disable-samples --disable-tests --disable-extras --enable-64bit-libs=no'
CONFIGURE_FLAGS=