diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-06-20 21:58:04 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-06-20 23:25:21 +0200 |
commit | 2cbcf2d916d54fdb0a40f4b99d27afc1bfe854c0 (patch) | |
tree | 456217f75b32be82bb9e9e48930eb68ec415c358 /package/pulseaudio/0002-memfd-wrappers-only-define-memfd_create-if-not-alrea.patch | |
parent | abb0d2ed9832ef7ace85bed579da315a0dbb2afe (diff) | |
download | buildroot-2cbcf2d916d54fdb0a40f4b99d27afc1bfe854c0.tar.gz buildroot-2cbcf2d916d54fdb0a40f4b99d27afc1bfe854c0.zip |
package/berkeleydb: fix build error with gcc8
Fixes
../src/dbinc/atomic.h:179:19: error: definition of 'int __atomic_compare_exchange(db_atomic_t*,
atomic_value_t, atomic_value_t)' ambiguates built-in declaration 'bool
__atomic_compare_exchange(unsigned int, volatile void*, void*, void*, int, int)'
static inline int __atomic_compare_exchange(
^~~~~~~~~~~~~~~~~~~~~~~~~
To reproduce the build error use this defconfig
BR2_GCC_VERSION_8_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_BERKELEYDB=y
BR2_PACKAGE_BERKELEYDB_COMPAT185=y
BR2_PACKAGE_BERKELEYDB_TOOLS=y
Please note that to trigger the error BR2_TOOLCHAIN_BUILDROOT_CXX=y
is needed although berkeleydb does not depend on c++.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/pulseaudio/0002-memfd-wrappers-only-define-memfd_create-if-not-alrea.patch')
0 files changed, 0 insertions, 0 deletions