mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Making icu debug build of icu when building debug FB
This commit is contained in:
parent
b88efcd7af
commit
3c12c30fc5
13
configure.in
13
configure.in
@ -985,15 +985,22 @@ Makefile:Makefile.in
|
||||
gen/Makefile.extern.editline:${MAKE_SRC_DIR}/Makefile.in.extern.editline
|
||||
gen/Makefile.extern.icu:${MAKE_SRC_DIR}/Makefile.in.extern.icu
|
||||
)
|
||||
AC_OUTPUT
|
||||
|
||||
|
||||
|
||||
if test "$PROD_BUILD_FLG" = N; then
|
||||
DEBUG_ICU=--enable-debug
|
||||
fi
|
||||
|
||||
AC_OUTPUT
|
||||
(cd extern/icu/source
|
||||
chmod +x runConfigureICU configure install-sh
|
||||
./runConfigureICU "$ICU_PLATFORM" --prefix=`pwd`/..)
|
||||
./runConfigureICU "$ICU_PLATFORM" "$DEBUG_ICU" --prefix=`pwd`/..)
|
||||
|
||||
|
||||
dnl Print out the build configuration (the most interesting thing)
|
||||
echo
|
||||
echo
|
||||
echo
|
||||
echo The Firebird2 package has been configured with the following options:
|
||||
echo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user