diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2025-04-22 19:57:42 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-23 19:35:01 -0700 |
commit | a0ea7128d201d6a0c96766dfab5f06acff06a7d7 (patch) | |
tree | 5b78316b5c519c49b78e29e4dfce925b1738bfdd /meta-python/recipes-devtools/python/python3-matplotlib/0001-Do-not-download-external-dependency-tarballs-via-mes.patch | |
parent | 456355a044b0e5b0afd871d6f870b27b608dce36 (diff) | |
download | meta-openembedded-a0ea7128d201d6a0c96766dfab5f06acff06a7d7.tar.gz |
psqlodbc: fix build with gcc-15
configure: make sure to call AC_CHECK_HEADER_STDBOOL before using ac_cv_sizeof_bool
It was called after this conditional, so PG_USE_STDBOOL wasn't set
even when it should be as shown in at the end of config.log:
ac_cv_header_stdbool_h=yes
ac_cv_sizeof_bool=1
ac_cv_type__Bool=yes
#define SIZEOF_BOOL 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
* fixes:
https://github.com/postgresql-interfaces/psqlodbc/issues/110
https://github.com/postgresql-interfaces/psqlodbc/issues/94
http://errors.yoctoproject.org/Errors/Details/852841/
In file included from ../psqlodbc-16.00.0000/environ.h:16,
from ../psqlodbc-16.00.0000/environ.c:16:
../psqlodbc-16.00.0000/psqlodbc.h:264:23: error: 'bool' cannot be defined via 'typedef'
264 | typedef unsigned char bool;
| ^~~~
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib/0001-Do-not-download-external-dependency-tarballs-via-mes.patch')
0 files changed, 0 insertions, 0 deletions