Skip to content

Commit

Permalink
procmail: fix build failure with gcc-14
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Jul 14, 2024
1 parent 650bef8 commit a7d9829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-support/procmail/procmail_3.22.bb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ do_configure() {
}

do_compile() {
oe_runmake -i TARGET_CFLAGS="$TARGET_CFLAGS -Wno-comments -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" LDFLAGS0="${LDFLAGS}"
oe_runmake -i CFLAGS="$TARGET_CFLAGS -Wno-comments -Wno-implicit-int -Wno-implicit-function-declaration -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" LDFLAGS0="${LDFLAGS}"
}

do_install() {
Expand Down

0 comments on commit a7d9829

Please sign in to comment.