openssh: build with lto

This commit is contained in:
Stefan Saraev 2014-04-24 20:09:02 +03:00 committed by Stephan Raue
parent cfeddcefd0
commit 2f87e5caf8

View File

@ -50,9 +50,6 @@ PKG_CONFIGURE_OPTS_TARGET="--libexecdir=/usr/lib/openssh \
pre_configure_target() {
export LD="$TARGET_CC"
export LDFLAGS="$TARGET_CFLAGS $TARGET_LDFLAGS"
# openssh fails to build with LTO support on gcc-4.8.2
strip_lto
}
post_makeinstall_target() {