mpd: remove no-lto

This seems to no longer fail compilation.

Use meson's b_lto to turn it on always.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2024-11-28 14:28:48 -08:00
parent a5a9140870
commit bf9718e3ff

View File

@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mpd PKG_NAME:=mpd
PKG_VERSION:=0.23.15 PKG_VERSION:=0.23.15
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.musicpd.org/download/mpd/0.23 PKG_SOURCE_URL:=https://www.musicpd.org/download/mpd/0.23
@@ -22,7 +22,7 @@ PKG_CONFIG_DEPENDS:= \
CONFIG_BUILD_PATENTED \ CONFIG_BUILD_PATENTED \
CONFIG_IPV6 \ CONFIG_IPV6 \
PKG_BUILD_FLAGS:=no-mips16 no-lto PKG_BUILD_FLAGS:=no-mips16
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/nls.mk
@@ -101,6 +101,7 @@ define Package/mpd-avahi-service/conffiles
endef endef
MESON_ARGS += \ MESON_ARGS += \
-Db_lto=true \
-Ddocumentation=disabled \ -Ddocumentation=disabled \
-Dhtml_manual=false \ -Dhtml_manual=false \
-Dmanpages=false \ -Dmanpages=false \