git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f5cdf3
)
openssh.inc: Add missing '\' to EXTRA_OECONF
author
Khem Raj
<raj.khem@gmail.com>
Tue, 27 Jul 2010 21:01:39 +0000
(14:01 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Tue, 27 Jul 2010 21:01:39 +0000
(14:01 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/openssh/openssh.inc
patch
|
blob
|
history
diff --git
a/recipes/openssh/openssh.inc
b/recipes/openssh/openssh.inc
index
a70cffd
..
380f7b7
100644
(file)
--- 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 \