From 5ac97bd725931b458dd93ab6854c5c3a0201496c Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Wed, 30 May 2018 15:54:29 +0200 Subject: [PATCH] openssh: enable lto Signed-off-by: Matthias Reichl --- packages/network/openssh/package.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/network/openssh/package.mk b/packages/network/openssh/package.mk index 99218bb139..3fcd67461e 100644 --- a/packages/network/openssh/package.mk +++ b/packages/network/openssh/package.mk @@ -28,6 +28,7 @@ PKG_SECTION="network" PKG_SHORTDESC="openssh: An open re-implementation of the SSH package" PKG_LONGDESC="This is a Linux port of OpenBSD's excellent OpenSSH. OpenSSH is based on the last free version of Tatu Ylonen's SSH with all patent-encumbered algorithms removed, all known security bugs fixed, new features reintroduced, and many other clean-ups. SSH (Secure Shell) is a program to log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It provides strong authentication and secure communications over insecure channels. It is intended as a replacement for rlogin, rsh, rcp, and rdist." PKG_TOOLCHAIN="autotools" +PKG_BUILD_FLAGS="+lto" PKG_CONFIGURE_OPTS_TARGET="--sysconfdir=/etc/ssh \ --libexecdir=/usr/lib/openssh \