A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via 42582d0621e7aa0a47c90b85b9d9df883c2b0c4b (commit) via 2dfac1755cea5bfe960aeedbea31d40b2678c4c7 (commit) from 272c78a62b516dff01ae7a0662961ef859bb8207 (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 42582d0621e7aa0a47c90b85b9d9df883c2b0c4b Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Feb 11 14:21:20 2015 -0600
ITS#8056
commit 2dfac1755cea5bfe960aeedbea31d40b2678c4c7 Author: Jan Synacek jsynacek@redhat.com Date: Wed Feb 11 10:32:28 2015 +0100
ITS#8056 fix libdb detection with gcc 5
The old cpp version generated: __db_version 5
The new output: __db_version 5
Running cpp with -P (inhibit linemarkers generation) fixes this when using gcc 5. Behavior with older versions of gcc is not changed.
-----------------------------------------------------------------------
Summary of changes: CHANGES | 1 + build/openldap.m4 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)