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 900c9ca3d4099178a328433d32d84a825264aaa1 (commit) via d660e0e1647d7f1a6c6698b6f1b79b4590b84e1f (commit) from 42d0b99c453f269fbe21cc92652440bdbbd10ba4 (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 900c9ca3d4099178a328433d32d84a825264aaa1 Author: Mike Holmes mike.holmes@linaro.org Date: Wed Dec 7 14:43:25 2016 -0500
configure: remove duplicate info
Signed-off-by: Mike Holmes mike.holmes@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/configure.ac b/configure.ac index a9bd098..20ec479 100644 --- a/configure.ac +++ b/configure.ac @@ -344,7 +344,6 @@ AC_MSG_RESULT([ static libraries: ${enable_static} shared libraries: ${enable_shared} ABI compatible: ${abi_compat} - ODP_ABI_COMPAT: ${ODP_ABI_COMPAT} cunit: ${cunit_support} test_vald: ${test_vald} test_perf: ${test_perf}
commit d660e0e1647d7f1a6c6698b6f1b79b4590b84e1f Author: Mike Holmes mike.holmes@linaro.org Date: Wed Dec 7 14:43:24 2016 -0500
configure: if no ABI reset .so to 0
Signed-off-by: Mike Holmes mike.holmes@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/configure.ac b/configure.ac index 3e89b0a..a9bd098 100644 --- a/configure.ac +++ b/configure.ac @@ -254,6 +254,8 @@ AC_ARG_ENABLE([abi-compat], 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]) AC_SUBST(ODP_ABI_COMPAT)
-----------------------------------------------------------------------
Summary of changes: configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive