mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
postfix: Upgrade to 3.2.2
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -66,7 +66,7 @@ export CCARGS-nonis = ""
|
||||
# SASL support -DUSE_LDAP_SASL -DUSE_SASL_AUTH
|
||||
# current openldap didn't enable SASL
|
||||
export CCARGS-sasl = "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I=/usr/include/sasl', '', d)}"
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${STAGING_INCDIR}/sasl', '', d)}"
|
||||
export AUXLIBS-sasl = "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-lsasl2', '', d)}"
|
||||
export CCARGS-sasl_class-native = ""
|
||||
|
||||
+2
-2
@@ -11,5 +11,5 @@ SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV
|
||||
file://check_hostname.sh \
|
||||
file://0001-Check-for-glibc-before-setting-CANT_USE_SEND_RECV_MS.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "40d72ea143af7ab0038c2cee1f483707"
|
||||
SRC_URI[sha256sum] = "3deda4c34631970490b1b5fbb559905f93531bf1c7eb00e38b0d0deb1dba9982"
|
||||
SRC_URI[md5sum] = "aea073a9b0bea5bdb590460a270a4aa0"
|
||||
SRC_URI[sha256sum] = "d06849418d119d09366997b2b481bb23f737629769b4e4a52da42fb3ad8b0576"
|
||||
Reference in New Issue
Block a user