diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-07-27 11:53:44 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-30 19:15:24 -0700 |
commit | ca22e1996dae65fc50e92d23bdcefe2607da7105 (patch) | |
tree | b3298cedfa3716978fe62c6493f7c742e6b1789c /meta-networking/recipes-daemons/postfix/postfix.inc | |
parent | af907bf362e9358e924619423196b14b103f5e62 (diff) | |
download | meta-openembedded-ca22e1996dae65fc50e92d23bdcefe2607da7105.tar.gz |
postfix: Fix build failures with glibc 2.30
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.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index 94379412f..778100533 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc | |||
@@ -14,17 +14,6 @@ DEPENDS = "db icu libpcre libnsl2 openssl postfix-native \ | |||
14 | LICENSE = "IPL-1.0 | EPL-2.0" | 14 | LICENSE = "IPL-1.0 | EPL-2.0" |
15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b181651ad99a7dc4cc8c4ce2f491ed1a" | 15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b181651ad99a7dc4cc8c4ce2f491ed1a" |
16 | 16 | ||
17 | SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ | ||
18 | file://makedefs.patch \ | ||
19 | file://install.patch \ | ||
20 | file://main.cf \ | ||
21 | file://postfix \ | ||
22 | file://internal_recipient \ | ||
23 | file://postfix.service \ | ||
24 | file://aliasesdb \ | ||
25 | file://check_hostname.sh \ | ||
26 | " | ||
27 | |||
28 | S = "${WORKDIR}/postfix-${PV}" | 17 | S = "${WORKDIR}/postfix-${PV}" |
29 | 18 | ||
30 | CLEANBROKEN = "1" | 19 | CLEANBROKEN = "1" |