From: Matthias Schiffer Date: Wed, 8 Oct 2014 21:10:46 +0000 (+0200) Subject: fastd: disable link-time optimization to fix build with current toolchain X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=884c6f38e1a92402edd80c7cfb62d0aa2de06693;p=openwrt-packages.git fastd: disable link-time optimization to fix build with current toolchain Signed-off-by: Matthias Schiffer --- diff --git a/net/fastd/Makefile b/net/fastd/Makefile index e2fca698e..ee6b2b579 100644 --- a/net/fastd/Makefile +++ b/net/fastd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fastd PKG_VERSION:=14 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Matthias Schiffer PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz @@ -79,8 +79,7 @@ CMAKE_OPTIONS += \ -DWITH_VERIFY:BOOL=FALSE \ -DWITH_CAPABILITIES:BOOL=FALSE \ -DENABLE_SYSTEMD:BOOL=FALSE \ - -DENABLE_LIBSODIUM:BOOL=FALSE \ - -DENABLE_LTO:BOOL=TRUE + -DENABLE_LIBSODIUM:BOOL=FALSE ifeq ($(CONFIG_FASTD_ENABLE_METHOD_CIPHER_TEST),y)