diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-02-06 01:31:29 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-06 01:31:29 +0000 |
commit | 69d51a4e09adf355137b0cac65eda31227723c3e (patch) | |
tree | d2b3b44f0ab187354f7fb15935cb85721014b6e1 /packages/openssh | |
parent | dc7f3136445c3fdf6003b4b00615fbc72d950ca3 (diff) | |
parent | 062e000a4691d4884a3ae0233246fb259a335969 (diff) |
merge of 2510e5252ac32a4848eb302514a1d35602ed7afd
and 65b0cd64eeef02b789460148d6bb958749417f11
Diffstat (limited to 'packages/openssh')
-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='" |