summaryrefslogtreecommitdiff
path: root/openssh/openssh_3.7.1p1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'openssh/openssh_3.7.1p1.oe')
-rw-r--r--openssh/openssh_3.7.1p1.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssh/openssh_3.7.1p1.oe b/openssh/openssh_3.7.1p1.oe
index e55c958cc8..7e7108e9b0 100644
--- a/openssh/openssh_3.7.1p1.oe
+++ b/openssh/openssh_3.7.1p1.oe
@@ -15,8 +15,8 @@ SRC_URI = ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.g
inherit autotools
-export sysconfdir = /etc/ssh
-export ASKPASS_PROGRAM = /usr/bin/ssh-askpass
+sysconfdir_append=/ssh
+export ASKPASS_PROGRAM = ${bindir}/ssh-askpass
export LD = ${CC}
CFLAGS_prepend = "-I${S} "
CFLAGS_append = " -D__FILE_OFFSET_BITS=64"