diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk index 3c299713f8..a56bb7538f 100644 --- a/package/openssh/openssh.mk +++ b/package/openssh/openssh.mk @@ -7,7 +7,7 @@ OPENSSH_VERSION = 6.2p1 OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable OPENSSH_CONF_ENV = LD="$(TARGET_CC)" LDFLAGS="$(TARGET_CFLAGS)" -OPENSSH_CONF_OPT = --libexecdir=/usr/lib --disable-lastlog --disable-utmp \ +OPENSSH_CONF_OPT = --disable-lastlog --disable-utmp \ --disable-utmpx --disable-wtmp --disable-wtmpx --disable-strip OPENSSH_DEPENDENCIES = zlib openssl