mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
libmcrypt: Suppress implicit-int warnings as errors
This is needed for clang-15+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c49b8b8778
commit
1b31a90bf5
|
|
@ -14,6 +14,8 @@ UPSTREAM_CHECK_REGEX = "Libmcrypt/(?P<pver>\d+(\.\d+)+)/"
|
|||
|
||||
inherit autotools-brokensep gettext binconfig
|
||||
|
||||
CFLAGS += "-Wno-error=implicit-int"
|
||||
|
||||
do_configure() {
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user