mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
dante: fix usaage with musl
Need to disable this function as it's unusable on musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=dante
|
PKG_NAME:=dante
|
||||||
PKG_VERSION:=1.4.4
|
PKG_VERSION:=1.4.4
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.inet.no/dante/files/
|
PKG_SOURCE_URL:=http://www.inet.no/dante/files/
|
||||||
@@ -30,7 +30,9 @@ CONFIGURE_ARGS += \
|
|||||||
--without-pam \
|
--without-pam \
|
||||||
--disable-libwrap
|
--disable-libwrap
|
||||||
|
|
||||||
|
#disable sched_setscheduler as it's actually unusable.
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
|
$(if $(CONFIG_USE_MUSL),ac_cv_func_sched_setscheduler=no) \
|
||||||
ac_cv_search_pam_start=""
|
ac_cv_search_pam_start=""
|
||||||
|
|
||||||
TARGET_CFLAGS += $(if $(CONFIG_USE_MUSL),-I"$(STAGING_DIR)/usr/include/tirpc")
|
TARGET_CFLAGS += $(if $(CONFIG_USE_MUSL),-I"$(STAGING_DIR)/usr/include/tirpc")
|
||||||
|
|||||||
Reference in New Issue
Block a user