Browse Source

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

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
lilik-openwrt-22.03
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,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)


Loading…
Cancel
Save