From: Javier Marcet Date: Sun, 9 Jul 2023 14:43:45 +0000 (+0200) Subject: libaio: opt out of lto usage X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b883a6941333ceb99c8e0a38a75cfda4c8f595e6;p=feed%2Fpackages.git libaio: opt out of lto usage Signed-off-by: Javier Marcet --- diff --git a/libs/libaio/Makefile b/libs/libaio/Makefile index e836876771..2ecbf6d148 100644 --- a/libs/libaio/Makefile +++ b/libs/libaio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libaio PKG_VERSION:=0.3.113 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://releases.pagure.org/libaio @@ -20,7 +20,7 @@ PKG_LICENSE:=LGPL-2.1-only PKG_LICENSE_FILES:=COPYING PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_BUILD_FLAGS:=no-mips16 no-lto PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk