dectmngr: Remove dependency to libiconv from dectmngr

This commit is contained in:
Grzegorz Sluja 2021-11-15 14:55:01 +01:00
parent 4e42968aca
commit c006db0e21

View file

@ -14,7 +14,7 @@ LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=3066b6256466e9ba09f18545c7fe855b5a703b38
PKG_SOURCE_VERSION:=aafbade1c9af60325973bfa9bc702b63f4f61562
PKG_MIRROR_HASH:=skip
endif
@ -34,7 +34,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=Utilities
TITLE:=DECT Manager
DEPENDS:= +libubox +ubus +uci +libxml2 +libiconv-full
DEPENDS:= +libubox +ubus +uci +libxml2
endef
define Package/$(PKG_NAME)/description
@ -49,8 +49,7 @@ endif
TARGET_CFLAGS += \
-Wall \
-I$(STAGING_DIR)/usr/include/libxml2 \
-L$(STAGING_DIR)/usr/lib/libiconv-full/lib
-I$(STAGING_DIR)/usr/include/libxml2
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/sbin