mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
icecast: Fix configure if both vorbis and tremor host packages installed
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -55,6 +55,12 @@ CONFIGURE_ARGS+= \
|
||||
--with-xslt-config="$(STAGING_DIR)/usr/bin/xslt-config"
|
||||
|
||||
|
||||
# Manually edit configure in case both vorbis and tremor host packages are installed
|
||||
define Build/Configure
|
||||
$(SED) 's,-lvorbis -lm,-lvorbisidec -logg ,g' $(PKG_BUILD_DIR)/configure
|
||||
$(call Build/Configure/Default)
|
||||
endef
|
||||
|
||||
define Package/icecast/install
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(CP) $(PKG_INSTALL_DIR)/etc/icecast.xml $(1)/etc/
|
||||
|
||||
Reference in New Issue
Block a user