From: Khem Raj Date: Tue, 27 Jul 2010 21:01:39 +0000 (-0700) Subject: openssh.inc: Add missing '\' to EXTRA_OECONF X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31a171ffc23fbe48dbb8221829354aa5e0fa731b;p=openembedded.git openssh.inc: Add missing '\' to EXTRA_OECONF Signed-off-by: Khem Raj --- 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 \