From 1301f1dfdeeee12f1638386f161b0bac630f8e1c Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Wed, 1 Feb 2006 13:04:46 +0000 Subject: openssh: Change location of xauth in filesystem. --- packages/openssh/openssh_4.0p1.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages') 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 " -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='" -- cgit v1.2.3