diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-06-15 22:48:07 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-18 08:33:07 -0700 |
| commit | abbca30bd61c0ff856785900aac899ab33ead08b (patch) | |
| tree | 2915da9d8bc66bb233ee5f4479262b18df713c74 /meta-oe/recipes-dbs/mysql/mariadb/mm_malloc.patch | |
| parent | de60098b876e851731487a447602d0bba65ed9b2 (diff) | |
| download | meta-openembedded-abbca30bd61c0ff856785900aac899ab33ead08b.tar.gz | |
mariadb: Fix build with clang/musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/mysql/mariadb/mm_malloc.patch')
| -rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb/mm_malloc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb/mm_malloc.patch b/meta-oe/recipes-dbs/mysql/mariadb/mm_malloc.patch new file mode 100644 index 0000000000..347fcd8516 --- /dev/null +++ b/meta-oe/recipes-dbs/mysql/mariadb/mm_malloc.patch | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | --- a/storage/rocksdb/rocksdb/port/jemalloc_helper.h | ||
| 2 | +++ b/storage/rocksdb/rocksdb/port/jemalloc_helper.h | ||
| 3 | @@ -5,7 +5,7 @@ | ||
| 4 | |||
| 5 | #pragma once | ||
| 6 | |||
| 7 | -#if defined(__clang__) | ||
| 8 | +#if defined(__clang__) && defined(__GLIBC__) | ||
| 9 | // glibc's `posix_memalign()` declaration specifies `throw()` while clang's | ||
| 10 | // declaration does not. There is a hack in clang to make its re-declaration | ||
| 11 | // compatible with glibc's if they are declared consecutively. That hack breaks | ||
