From 9fe7cc62a6ca49e81e5656ace144e35c31a9a408 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sat, 28 Jan 2023 16:04:10 +0100 Subject: treewide: opt-out of tree-wide LTO usage These fail to build with LTO enabled or packages depending on them do. Signed-off-by: Andre Heider --- package/libs/argp-standalone/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/libs/argp-standalone') diff --git a/package/libs/argp-standalone/Makefile b/package/libs/argp-standalone/Makefile index 1a48dcb2cd..23e5169796 100644 --- a/package/libs/argp-standalone/Makefile +++ b/package/libs/argp-standalone/Makefile @@ -19,6 +19,8 @@ PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=LGPL-2.1 PKG_LICENSE:=Makefile.am +PKG_BUILD_FLAGS:=no-lto + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk -- cgit v1.2.3