Browse Source

Merge pull request #6424 from micmac1/collectd-uclibc-iconv

collectd: fix uclibc build issue
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
3d4c3c3246
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      utils/collectd/Makefile

+ 2
- 0
utils/collectd/Makefile View File

@ -184,6 +184,8 @@ PKG_CONFIG_DEPENDS:= \
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/kernel.mk
# collectd-mod-mysql needs iconv
include $(INCLUDE_DIR)/nls.mk
define Package/collectd/Default define Package/collectd/Default
SECTION:=utils SECTION:=utils


Loading…
Cancel
Save