diff options
Diffstat (limited to 'openssh/openssh_3.7.1p2.oe')
-rw-r--r-- | openssh/openssh_3.7.1p2.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssh/openssh_3.7.1p2.oe b/openssh/openssh_3.7.1p2.oe index e55c958cc8..b97e80e597 100644 --- a/openssh/openssh_3.7.1p2.oe +++ b/openssh/openssh_3.7.1p2.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" |