Merge pull request #20178 from cotequeiroz/icecast_libxml2
icecast: add libxml2 include directory
This commit is contained in:
commit
76f24b7852
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=icecast
|
PKG_NAME:=icecast
|
||||||
PKG_VERSION:=2.4.4
|
PKG_VERSION:=2.4.4
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://downloads.xiph.org/releases/icecast/
|
PKG_SOURCE_URL:=https://downloads.xiph.org/releases/icecast/
|
||||||
|
@ -55,6 +55,7 @@ CONFIGURE_ARGS+= \
|
||||||
--with-vorbis="$(STAGING_DIR)/usr" \
|
--with-vorbis="$(STAGING_DIR)/usr" \
|
||||||
--with-xslt-config="$(STAGING_DIR)/usr/bin/xslt-config"
|
--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
|
# Manually edit configure in case both vorbis and tremor host packages are installed
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
|
Loading…
Reference in a new issue