openssh: place configuration files in /etc/ssh
authorJérôme Pouiller <jezz@sysmic.org>
Mon, 13 Oct 2014 07:45:47 +0000 (09:45 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 13 Oct 2014 10:53:04 +0000 (12:53 +0200)
pkg-autotools.mk fix --sysconfdir to "/etc". This patch restore
--sysconfdir to its default value (/etc/ssh)

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/openssh/openssh.mk

index 17097d5ea6c9f9d9fc9b68a2d283772ff7f51bb8..e2f2663549de802b01e11fcdbc741278fe011501 100644 (file)
@@ -9,7 +9,7 @@ OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
 OPENSSH_LICENSE = BSD-3c BSD-2c Public Domain
 OPENSSH_LICENSE_FILES = LICENCE
 OPENSSH_CONF_ENV = LD="$(TARGET_CC)" LDFLAGS="$(TARGET_CFLAGS)"
-OPENSSH_CONF_OPTS = --disable-lastlog --disable-utmp \
+OPENSSH_CONF_OPTS = --sysconfdir=/etc/ssh --disable-lastlog --disable-utmp \
                --disable-utmpx --disable-wtmp --disable-wtmpx --disable-strip
 
 # uClibc toolchain for ARC doesn't support PIE at the moment