[oe-commits] Khem Raj : openssh.inc: Add missing '\' to EXTRA_OECONF

git version control git at git.openembedded.org
Tue Jul 27 21:02:23 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 31a171ffc23fbe48dbb8221829354aa5e0fa731b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=31a171ffc23fbe48dbb8221829354aa5e0fa731b

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Jul 27 14:01:39 2010 -0700

openssh.inc: Add missing '\' to EXTRA_OECONF

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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 a70cffd..380f7b7 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 \





More information about the Openembedded-commits mailing list