Kaydet (Commit) be52ac8c authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Don't build static icu that nobody uses

üst c0470de2
...@@ -107,8 +107,7 @@ LDFLAGSADD += -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic- ...@@ -107,8 +107,7 @@ LDFLAGSADD += -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-
CONFIGURE_DIR=source CONFIGURE_DIR=source
CONFIGURE_ACTION+=sh -c 'CFLAGS="$(icu_CFLAGS)" CXXFLAGS="$(icu_CXXFLAGS)" LDFLAGS="$(icu_LDFLAGS) $(LDFLAGSADD)" \ 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 \ ./configure --enable-layout --disable-static --enable-shared $(DISABLE_64BIT)'
--disable-extras $(DISABLE_64BIT)'
CONFIGURE_FLAGS= CONFIGURE_FLAGS=
...@@ -161,12 +160,8 @@ icu_LIBS=-lmingwthrd ...@@ -161,12 +160,8 @@ icu_LIBS=-lmingwthrd
icu_LIBS+=-lstdc++_s icu_LIBS+=-lstdc++_s
.ENDIF .ENDIF
icu_LDFLAGS+=-Wl,--enable-runtime-pseudo-reloc-v2 icu_LDFLAGS+=-Wl,--enable-runtime-pseudo-reloc-v2
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_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 \ ./configure --build=i586-pc-mingw32 --enable-layout --disable-static --enable-shared --enable-64bit-libs=no'
--disable-samples --disable-tests --disable-extras --enable-64bit-libs=no'
CONFIGURE_FLAGS= CONFIGURE_FLAGS=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment