summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/postfix/postfix.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-05-16 09:03:10 -0700
committerKhem Raj <raj.khem@gmail.com>2020-05-16 14:52:48 -0700
commitd04f3a1be3a6d7f57b3cc26cb3159b1055a5ee22 (patch)
treecf08dfb2f2d4e464def64bca822d5ead5557a29e /meta-networking/recipes-daemons/postfix/postfix.inc
parent60e603f11ae1cca38553d18cf411f1a77207a97c (diff)
downloadmeta-openembedded-d04f3a1be3a6d7f57b3cc26cb3159b1055a5ee22.tar.gz
postfix: Upgrade to 3.4.10 and compile with -fcommon
Ensures it can build with gcc10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/postfix/postfix.inc')
-rw-r--r--meta-networking/recipes-daemons/postfix/postfix.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc
index 4b9940cc7..a8d55a6c9 100644
--- a/meta-networking/recipes-daemons/postfix/postfix.inc
+++ b/meta-networking/recipes-daemons/postfix/postfix.inc
@@ -61,7 +61,7 @@ export CCARGS-sasl_class-native = ""
61export AUXLIBS-sasl_class-native = "" 61export AUXLIBS-sasl_class-native = ""
62 62
63# PCRE, TLS support default 63# PCRE, TLS support default
64export CCARGS = "${CFLAGS} -DHAS_PCRE -DUSE_TLS -I${STAGING_INCDIR}/openssl ${CCARGS-ldap} ${CCARGS-sasl} ${CCARGS-nonis}" 64export CCARGS = "${CFLAGS} -fcommon -DHAS_PCRE -DUSE_TLS -I${STAGING_INCDIR}/openssl ${CCARGS-ldap} ${CCARGS-sasl} ${CCARGS-nonis}"
65export AUXLIBS = "-lpcre -lssl -lcrypto ${AUXLIBS-sasl} ${AUXLIBS-ldap}" 65export AUXLIBS = "-lpcre -lssl -lcrypto ${AUXLIBS-sasl} ${AUXLIBS-ldap}"
66export POSTCONF = "${STAGING_DIR_NATIVE}${sbindir_native}/postconf" 66export POSTCONF = "${STAGING_DIR_NATIVE}${sbindir_native}/postconf"
67 67