office-gobmx/external/openldap
Stephan Bergmann ed977f0b6c external/openldap: Implicit int in configure check
...causing

> checking for compatible POSIX regex... no
> configure: error: broken POSIX regex!
> make[1]: *** [external/openldap/ExternalProject_openldap.mk:40: workdir/ExternalProject/openldap/build] Error 1

due to

> conftest.c:88:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]

with Clang 15 trunk after
<2cb2cd242c>
"Change the behavior of implicit int diagnostics"

Change-Id: I8fb70ce21a73293e20bbc5b09c133141aa9b0ca1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133995
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-05-08 10:37:32 +02:00
..
configure-c99.patch external/openldap: Implicit int in configure check 2022-05-08 10:37:32 +02:00
ExternalProject_openldap.mk
Makefile
Module_openldap.mk
openldap-2.4.44.patch.1
README
UnpackedTarball_openldap.mk external/openldap: Implicit int in configure check 2022-05-08 10:37:32 +02:00

OpenLDAP provides an LDAP client library

http://www.openldap.org/