diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-10-08 23:10:46 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-10-08 23:11:33 +0200 |
commit | 884c6f38e1a92402edd80c7cfb62d0aa2de06693 (patch) | |
tree | b40e0aeed4806a313eaa07b699d2b48b5e5cf7a8 /net/fastd/Makefile | |
parent | 57976ed8f7ec7929d1d2a1f6f20d34fa6d48d24a (diff) |
fastd: disable link-time optimization to fix build with current toolchain
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'net/fastd/Makefile')
-rw-r--r-- | net/fastd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 <mschiffer@universe-factory.net> 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) |