diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-05 09:22:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-05 11:53:23 +0100 |
commit | a44ec676048f55df37525e546dd706a145a6ef1b (patch) | |
tree | d8ee8a1644b559512111f30f02c7727c751059e4 /package/icecast | |
parent | 3b2c665679b9906afa2c67988863666d902a21eb (diff) |
icecast: update to 2.4.4
Diffstat (limited to 'package/icecast')
-rw-r--r-- | package/icecast/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/icecast/Makefile b/package/icecast/Makefile index df4fe30b7..08f0e0a45 100644 --- a/package/icecast/Makefile +++ b/package/icecast/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= icecast -PKG_VERSION:= 2.3.3 +PKG_VERSION:= 2.4.4 PKG_RELEASE:= 1 -PKG_HASH:= 1b1d06f5f83c9a983cd28cc78aa90e4038f933511b3d20d7fd2cfc116645c36d +PKG_HASH:= 49b5979f9f614140b6a38046154203ee28218d8fc549888596a683ad604e4d44 PKG_DESCR:= streaming media server PKG_SECTION:= mm/audio PKG_DEPENDS:= libcurl libvorbis libxml2 libxslt @@ -23,6 +23,7 @@ $(eval $(call PKG_template,ICECAST,icecast,${PKG_VERSION}-${PKG_RELEASE},${PKG_D AUTOTOOL_STYLE:= autoreconf TARGET_CPPFLAGS+= -I${STAGING_TARGET_DIR}/usr/include/libxml2 +TARGET_LDFLAGS+= -lxml2 CONFIGURE_ARGS+= --disable-yp \ --with-curl="yes" \ --with-curl-config="${STAGING_TARGET_DIR}/usr/bin/curl-config" \ |