diff options
-rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index c5427f54eb..62a91ba7e3 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb | |||
@@ -117,3 +117,7 @@ INSANE_SKIP:${PN} = "dev-so" | |||
117 | INSANE_SKIP:${PN}-cxx = "dev-so" | 117 | INSANE_SKIP:${PN}-cxx = "dev-so" |
118 | 118 | ||
119 | BBCLASSEXTEND = "native nativesdk" | 119 | BBCLASSEXTEND = "native nativesdk" |
120 | |||
121 | # many configure tests are failing with gcc-14 | ||
122 | CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration" | ||
123 | BUILD_CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration" | ||