diff options
| -rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index a7d061e0da..2e68398f57 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb | |||
| @@ -118,5 +118,6 @@ INSANE_SKIP:${PN}-cxx = "dev-so" | |||
| 118 | BBCLASSEXTEND = "native nativesdk" | 118 | BBCLASSEXTEND = "native nativesdk" |
| 119 | 119 | ||
| 120 | # many configure tests are failing with gcc-14 | 120 | # many configure tests are failing with gcc-14 |
| 121 | CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration" | 121 | # -Wno-error=incompatible-pointer-types needed for gcc-15 |
| 122 | BUILD_CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration" | 122 | CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration -Wno-error=incompatible-pointer-types" |
| 123 | BUILD_CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration -Wno-error=incompatible-pointer-types" | ||
