From 6e185e52b90653ff67701a180b7eb292f11d3f3a Mon Sep 17 00:00:00 2001 From: hgy59 Date: Mon, 25 Nov 2024 12:39:42 +0100 Subject: [PATCH] icecast: fix build (#6333) - fix build of cross/icecast, broken by update of cross/libxml2 in #6329 --- cross/icecast/Makefile | 1 + spk/icecast/BROKEN | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 spk/icecast/BROKEN diff --git a/cross/icecast/Makefile b/cross/icecast/Makefile index 2aca24af27d..29fab4de563 100644 --- a/cross/icecast/Makefile +++ b/cross/icecast/Makefile @@ -16,6 +16,7 @@ POST_INSTALL_TARGET = icecast_extra_install CONFIGURE_ARGS = --with-xslt-config=$(STAGING_INSTALL_PREFIX)/bin/xslt-config ADDITIONAL_CFLAGS = -O +ADDITIONAL_CFLAGS += -I$(STAGING_INSTALL_PREFIX)/include/libxml2 include ../../mk/spksrc.cross-cc.mk diff --git a/spk/icecast/BROKEN b/spk/icecast/BROKEN deleted file mode 100644 index c022b744cf2..00000000000 --- a/spk/icecast/BROKEN +++ /dev/null @@ -1,2 +0,0 @@ -Fails to build, noticed since -https://github.com/SynoCommunity/spksrc/pull/6329