Browse Source

fastd: disable link-time optimization to fix build with current toolchain

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Matthias Schiffer 10 years ago
parent
commit
884c6f38e1
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      net/fastd/Makefile

+ 2
- 3
net/fastd/Makefile View File

9
 
9
 
10
 PKG_NAME:=fastd
10
 PKG_NAME:=fastd
11
 PKG_VERSION:=14
11
 PKG_VERSION:=14
12
-PKG_RELEASE:=1
12
+PKG_RELEASE:=2
13
 
13
 
14
 PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net>
14
 PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net>
15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
79
 	-DWITH_VERIFY:BOOL=FALSE \
79
 	-DWITH_VERIFY:BOOL=FALSE \
80
 	-DWITH_CAPABILITIES:BOOL=FALSE \
80
 	-DWITH_CAPABILITIES:BOOL=FALSE \
81
 	-DENABLE_SYSTEMD:BOOL=FALSE \
81
 	-DENABLE_SYSTEMD:BOOL=FALSE \
82
-	-DENABLE_LIBSODIUM:BOOL=FALSE \
83
-	-DENABLE_LTO:BOOL=TRUE
82
+	-DENABLE_LIBSODIUM:BOOL=FALSE
84
 
83
 
85
 
84
 
86
 ifeq ($(CONFIG_FASTD_ENABLE_METHOD_CIPHER_TEST),y)
85
 ifeq ($(CONFIG_FASTD_ENABLE_METHOD_CIPHER_TEST),y)