mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
postfix: use gnu17 for now
* as recommended by postfix author in: https://marc.info/?l=postfix-users&m=173542420611213 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -87,6 +87,10 @@ export POSTCONF = "${STAGING_DIR_NATIVE}${sbindir_native}/postconf"
|
|||||||
# ignore the OPTS="CC=$CC" in Makefile it will not use the CC=$CC $CCARGS
|
# ignore the OPTS="CC=$CC" in Makefile it will not use the CC=$CC $CCARGS
|
||||||
EXTRA_OEMAKE += "OPT= DEBUG= OPTS= "
|
EXTRA_OEMAKE += "OPT= DEBUG= OPTS= "
|
||||||
|
|
||||||
|
# use gnu17 for now as recommended in:
|
||||||
|
# https://marc.info/?l=postfix-users&m=173542420611213
|
||||||
|
CFLAGS += "-std=gnu17"
|
||||||
|
|
||||||
do_compile () {
|
do_compile () {
|
||||||
unset CFLAGS CPPFLAGS CXXFLAGS
|
unset CFLAGS CPPFLAGS CXXFLAGS
|
||||||
local native_build
|
local native_build
|
||||||
|
|||||||
Reference in New Issue
Block a user