mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
openssh: place configuration files in /etc/ssh
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>
This commit is contained in:
parent
d8645d43ac
commit
b8ae6a3b2f
@ -9,7 +9,7 @@ OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
|
|||||||
OPENSSH_LICENSE = BSD-3c BSD-2c Public Domain
|
OPENSSH_LICENSE = BSD-3c BSD-2c Public Domain
|
||||||
OPENSSH_LICENSE_FILES = LICENCE
|
OPENSSH_LICENSE_FILES = LICENCE
|
||||||
OPENSSH_CONF_ENV = LD="$(TARGET_CC)" LDFLAGS="$(TARGET_CFLAGS)"
|
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
|
--disable-utmpx --disable-wtmp --disable-wtmpx --disable-strip
|
||||||
|
|
||||||
# uClibc toolchain for ARC doesn't support PIE at the moment
|
# uClibc toolchain for ARC doesn't support PIE at the moment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user