Message ID | 20250426115623.2732743-4-martin.jansa@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-oe,1/8] python3-icu: upgrade to 2.15.2 | expand |
diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.10.1.bb b/meta-networking/recipes-daemons/postfix/postfix_3.10.1.bb index 89502d5044..a9a2163a2f 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.10.1.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.10.1.bb @@ -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 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 () { unset CFLAGS CPPFLAGS CXXFLAGS local native_build