From: Val Kulkov Date: Sat, 21 Jul 2018 00:19:13 +0000 (-0400) Subject: dovecot-pigeonhole: fix compilation with full language support X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=560485d19dcf80a23b293056f83d778039d501a9;p=openwrt-packages.git dovecot-pigeonhole: fix compilation with full language support If the full language support is enabled (CONFIG_BUILD_NLS=y), compilation fails on undefined references to libiconv, libiconv_open and libiconv_closed. Including nls.mk into the package's Makefile fixes the problem. Signed-off-by: Val Kulkov --- diff --git a/mail/pigeonhole/Makefile b/mail/pigeonhole/Makefile index 4b058a8dc..e7418c595 100644 --- a/mail/pigeonhole/Makefile +++ b/mail/pigeonhole/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=dovecot-pigeonhole PKG_VERSION_PLUGIN:=0.5.2 PKG_VERSION_DOVECOT:=$(shell make --no-print-directory -C ../dovecot/ val.PKG_VERSION V=s) PKG_VERSION:=$(PKG_VERSION_DOVECOT)-$(PKG_VERSION_PLUGIN) -PKG_RELEASE:=2 +PKG_RELEASE:=3 DOVECOT_VERSION:=2.3 @@ -25,6 +25,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/dovecot-$(DOVECOT_VERSION)-pigeonhole-$(PKG_VERSION_ PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/dovecot-pigeonhole SECTION:=mail