diff options
Diffstat (limited to 'recipes/openssh/openssh.inc')
-rw-r--r-- | recipes/openssh/openssh.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openssh/openssh.inc b/recipes/openssh/openssh.inc index a70cffd8ce..380f7b78aa 100644 --- a/recipes/openssh/openssh.inc +++ b/recipes/openssh/openssh.inc @@ -28,7 +28,7 @@ CFLAGS_append = " -D__FILE_OFFSET_BITS=64" LDFLAGS_prepend = "-L${S} -L${S}/openbsd-compat " EXTRA_OECONF = "--disable-suid-ssh --with-ssl=${STAGING_LIBDIR}/ssl \ --with-rand-helper=no \ - ${@base_contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} + ${@base_contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} \ --without-zlib-version-check \ --with-privsep-path=/var/run/sshd \ --sysconfdir=${sysconfdir}/ssh \ |