diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_6.4p1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb b/meta/recipes-connectivity/openssh/openssh_6.4p1.bb index b9a7580fdc..4f8d70aa2f 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_6.4p1.bb | |||
@@ -55,8 +55,7 @@ inherit autotools | |||
55 | CFLAGS += "-D__FILE_OFFSET_BITS=64" | 55 | CFLAGS += "-D__FILE_OFFSET_BITS=64" |
56 | export LD = "${CC}" | 56 | export LD = "${CC}" |
57 | 57 | ||
58 | EXTRA_OECONF = "--with-rand-helper=no \ | 58 | EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} \ |
59 | ${@base_contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} \ | ||
60 | --without-zlib-version-check \ | 59 | --without-zlib-version-check \ |
61 | --with-privsep-path=/var/run/sshd \ | 60 | --with-privsep-path=/var/run/sshd \ |
62 | --sysconfdir=${sysconfdir}/ssh \ | 61 | --sysconfdir=${sysconfdir}/ssh \ |