This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via e454f36a4a7c70dafd87eab03b3ba740dc10860a (commit) from 27a05a1d61f3b7e4d58ac0e89db43db069dcc9a3 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e454f36a4a7c70dafd87eab03b3ba740dc10860a Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Tue Dec 13 16:34:31 2016 +0300
configure.ac: do not disable shared lib for non abi mode
After discussion on mailing list there is case to support shared library for non abi compatibility mode.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org
diff --git a/configure.ac b/configure.ac index 20ec479..54d62f7 100644 --- a/configure.ac +++ b/configure.ac @@ -253,7 +253,6 @@ AC_ARG_ENABLE([abi-compat], [if test "x$enableval" = "xno"; then ODP_ABI_COMPAT=0 abi_compat=no - enable_shared=no #if there is no ABI compatibility the .so numbers are meaningless ODP_LIBSO_VERSION=0:0:0 fi])
-----------------------------------------------------------------------
Summary of changes: configure.ac | 1 - 1 file changed, 1 deletion(-)
hooks/post-receive