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 <val.kulkov@gmail.com>
This commit is contained in:
parent
0edd0ee435
commit
560485d19d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue