A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via f19f1c32496f3728c16c13b87d91a912e94bb7b2 (commit) from b5da411e1e34a3fbaaa0321bdaa211c12cebb278 (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 f19f1c32496f3728c16c13b87d91a912e94bb7b2 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: build/openldap.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)