diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-05-09 12:00:02 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:32:26 -0700 |
| commit | 6a584cdb19c768229680e3fbdcc53cfdad1f64a8 (patch) | |
| tree | 6469a09611b27e30518868490ba6a5949aed2016 /meta-networking | |
| parent | b8ab0d974339ff8e91073138de78fc75edc7342d (diff) | |
| download | meta-openembedded-6a584cdb19c768229680e3fbdcc53cfdad1f64a8.tar.gz | |
postfix: Depend on external libnsl
Glibc has dropped libnsl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index a8e7540333..ac0589467a 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc | |||
| @@ -6,11 +6,10 @@ has a definite Sendmail-ish flavor, but the inside is completely different." | |||
| 6 | 6 | ||
| 7 | HOMEPAGE= "http://www.postfix.org" | 7 | HOMEPAGE= "http://www.postfix.org" |
| 8 | SECTION = "mail" | 8 | SECTION = "mail" |
| 9 | DEPENDS = "db icu libpcre openssl postfix-native \ | 9 | DEPENDS = "db icu libpcre libnsl2 openssl postfix-native \ |
| 10 | ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \ | 10 | ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \ |
| 11 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \ | 11 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \ |
| 12 | " | 12 | " |
| 13 | DEPENDS_class-native = "db-native icu-native openssl-native libpcre-native" | ||
| 14 | 13 | ||
| 15 | LICENSE = "IPL-1.0" | 14 | LICENSE = "IPL-1.0" |
| 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354" | 15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354" |
| @@ -77,7 +76,6 @@ export CCARGS = "${CFLAGS} -DHAS_PCRE -DUSE_TLS -I${STAGING_INCDIR}/openssl ${C | |||
| 77 | export AUXLIBS = "-lpcre -lssl -lcrypto ${AUXLIBS-sasl} ${AUXLIBS-ldap}" | 76 | export AUXLIBS = "-lpcre -lssl -lcrypto ${AUXLIBS-sasl} ${AUXLIBS-ldap}" |
| 78 | export POSTCONF = "${STAGING_DIR_NATIVE}${sbindir_native}/postconf" | 77 | export POSTCONF = "${STAGING_DIR_NATIVE}${sbindir_native}/postconf" |
| 79 | 78 | ||
| 80 | export CCARGS-nonis_libc-musl = "-DNO_NIS" | ||
| 81 | # OPT,DEBUG is aready in CFLAGS | 79 | # OPT,DEBUG is aready in CFLAGS |
| 82 | # ignore the OPTS="CC=$CC" in Makefile it will not use the CC=$CC $CCARGS | 80 | # ignore the OPTS="CC=$CC" in Makefile it will not use the CC=$CC $CCARGS |
| 83 | EXTRA_OEMAKE += "OPT= DEBUG= OPTS= " | 81 | EXTRA_OEMAKE += "OPT= DEBUG= OPTS= " |
