diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-02-05 22:18:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-05 22:18:24 +0000 |
commit | 9fc42a7dd92e6104ab7c4077507d93d35be7bf95 (patch) | |
tree | 7460294d52028d98cf3bc2e27b60e07f3f7e2458 /packages/openssh/openssh_4.0p1.bb | |
parent | 8b1cc22759301dfcbb1c31d4c23562069b2b0d26 (diff) | |
parent | 638a56f9dbe28f640300cf0f8f40d732ac3a92ee (diff) |
merge of 40d10bcbb5038258ca03225d0154ca5e48858b4d
and da977902d209ed78b9d35354ede0aa20347a5f1d
Diffstat (limited to 'packages/openssh/openssh_4.0p1.bb')
-rw-r--r-- | packages/openssh/openssh_4.0p1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/openssh/openssh_4.0p1.bb b/packages/openssh/openssh_4.0p1.bb index 2146813f83..e41b8f655c 100644 --- a/packages/openssh/openssh_4.0p1.bb +++ b/packages/openssh/openssh_4.0p1.bb @@ -11,7 +11,7 @@ used to provide applications with a secure communication channel." HOMEPAGE = "http://www.openssh.org/" LICENSE = "BSD" MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" -PR = "r5" +PR = "r6" SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \ file://configure.patch;patch=1 \ @@ -29,7 +29,8 @@ EXTRA_OECONF = "--disable-suid-ssh --with-ssl=${STAGING_LIBDIR}/ssl \ --with-rand-helper=no --without-pam \ --without-zlib-version-check \ --with-privsep-path=/var/run/sshd \ - --sysconfdir=${sysconfdir}/ssh" + --sysconfdir=${sysconfdir}/ssh \ + --with-xauth=/usr/bin/xauth" EXTRA_OEMAKE = "'STRIP_OPT='" |