dovecot-pigeonhole: fix compilation with full language support 6527/head
authorVal Kulkov <val.kulkov@gmail.com>
Sat, 21 Jul 2018 00:19:13 +0000 (20:19 -0400)
committerVal Kulkov <val.kulkov@gmail.com>
Sat, 21 Jul 2018 00:19:13 +0000 (20:19 -0400)
commit560485d19dcf80a23b293056f83d778039d501a9
treed183617cf70f7f60edacd1e032b8ee3d11aa1c9e
parent0edd0ee435997fc39e3983b4c1fac8ee3d202cc9
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>
mail/pigeonhole/Makefile