diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index ac5454e1e..6a7ec3c52 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio PKG_VERSION:=13.0 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases @@ -148,7 +148,7 @@ TARGET_LDFLAGS += -Wl,--gc-sections -liconv define Build/Prepare $(call Build/Prepare/Default) ifneq ($(findstring arm,$(CONFIG_ARCH)),) -ifeq ($(findstring neon,$(CONFIG_TARGET_OPTIMIZATION)),) +ifeq ($(findstring neon,$(CONFIG_CPU_TYPE)),) $(SED) '/remap_neon\.c/d' $(PKG_BUILD_DIR)/src/pulsecore/meson.build endif endif