diff options
Diffstat (limited to 'openssh')
-rw-r--r-- | openssh/openssh_3.7.1p1.oe | 2 | ||||
-rw-r--r-- | openssh/openssh_3.7.1p2.oe | 2 | ||||
-rw-r--r-- | openssh/openssh_3.8p1.oe | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/openssh/openssh_3.7.1p1.oe b/openssh/openssh_3.7.1p1.oe index b932c282f4..9e2acc22d7 100644 --- a/openssh/openssh_3.7.1p1.oe +++ b/openssh/openssh_3.7.1p1.oe @@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. inherit autotools -sysconfdir_append = /ssh +sysconfdir_append = "/ssh" export ASKPASS_PROGRAM = "${bindir}/ssh-askpass" export LD = "${CC}" CFLAGS_prepend = "-I${S} " diff --git a/openssh/openssh_3.7.1p2.oe b/openssh/openssh_3.7.1p2.oe index b932c282f4..9e2acc22d7 100644 --- a/openssh/openssh_3.7.1p2.oe +++ b/openssh/openssh_3.7.1p2.oe @@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. inherit autotools -sysconfdir_append = /ssh +sysconfdir_append = "/ssh" export ASKPASS_PROGRAM = "${bindir}/ssh-askpass" export LD = "${CC}" CFLAGS_prepend = "-I${S} " diff --git a/openssh/openssh_3.8p1.oe b/openssh/openssh_3.8p1.oe index 6b017c3e33..ee089b7050 100644 --- a/openssh/openssh_3.8p1.oe +++ b/openssh/openssh_3.8p1.oe @@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. inherit autotools -sysconfdir_append = /ssh +sysconfdir_append = "/ssh" export ASKPASS_PROGRAM = "${bindir}/ssh-askpass" export LD = "${CC}" CFLAGS_prepend = "-I${S} " |