From 31a171ffc23fbe48dbb8221829354aa5e0fa731b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 27 Jul 2010 14:01:39 -0700 Subject: openssh.inc: Add missing '\' to EXTRA_OECONF Signed-off-by: Khem Raj --- recipes/openssh/openssh.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/openssh/openssh.inc') 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 \ -- cgit v1.2.3