diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-02-06 00:46:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-06 00:46:35 +0000 |
commit | 9b188ea2600bce6ed35559b21677bd8b7223f5a8 (patch) | |
tree | 40e9328ce853279c0eae8ecc851d514ef01c26d1 /packages/openssh/openssh_4.0p1.bb | |
parent | 76107d774ec7a96b7788d2f2b98b5621a04cfe71 (diff) | |
parent | 1be31761f3449cd4f92508fd2c2c41968039c918 (diff) |
merge of 1133a2f6d7624f04cdda9771f28e1502680e7213
and 59438d13db19ded8e22646fb8cddf849804f3a90
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='" |