diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2023-01-07 11:07:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-07 11:07:26 +0200 |
commit | 76f24b78524e392afcd998e12ba4552a8917de14 (patch) | |
tree | fb2d254dfda6e60e18a076bdc99636f5969a7b4e | |
parent | 19ea85abe62a97b11408a6df01f60cba840423e1 (diff) | |
parent | fdc429fdbc4c4f88104ee76af1e31a445bb44d80 (diff) |
Merge pull request #20178 from cotequeiroz/icecast_libxml2
icecast: add libxml2 include directory
-rw-r--r-- | multimedia/icecast/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/icecast/Makefile b/multimedia/icecast/Makefile index 5d83bbdf7..544ea3cab 100644 --- a/multimedia/icecast/Makefile +++ b/multimedia/icecast/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icecast PKG_VERSION:=2.4.4 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.xiph.org/releases/icecast/ @@ -55,6 +55,7 @@ CONFIGURE_ARGS+= \ --with-vorbis="$(STAGING_DIR)/usr" \ --with-xslt-config="$(STAGING_DIR)/usr/bin/xslt-config" +TARGET_CFLAGS+= -I$(STAGING_DIR)/usr/include/libxml2 # Manually edit configure in case both vorbis and tremor host packages are installed define Build/Configure |