From e4aa17ddc2ea623de2803efa9ab2fca498c99e19 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 20 Jan 2019 23:27:48 -0800 Subject: db5: Fix build issues found with clang/libc++ This is a genuine error that is discovered when using libc++ runtime Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-support/db/db_5.3.28.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/db/db_5.3.28.bb') diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index b7ed2c798c..46536efe86 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb @@ -25,6 +25,7 @@ SRC_URI += "file://fix-parallel-build.patch \ file://0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch \ file://0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch \ file://sequence-type.patch \ + file://0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch \ " # We are not interested in official latest 6.x versions; # let's track what debian is using. -- cgit 1.2.3-korg