dovecot: remove incorrect PKG_BUILD_DEPENDS
authorIan Cooper <redacted>
Wed, 29 Apr 2020 23:05:31 +0000 (00:05 +0100)
committerIan Cooper <redacted>
Wed, 29 Apr 2020 23:52:12 +0000 (00:52 +0100)
The package Makefile contains a PKG_BUILD_DEPENDS=libiconv
line, which apart from being incorrect if libiconv-full is
specified in the build configuration, is also unnecessary,
since the package Makefile already includes nls.mk which
sets PKG_BUILD_DEPENDS appropriately.

Signed-off-by: Ian Cooper <redacted>
mail/dovecot/Makefile

index a5a4fb899e8140cfaf193fbc9672aadd9c140036..0a5b517e618512d3ad653b84a0e6939b67fd5716 100644 (file)
@@ -20,7 +20,6 @@ PKG_LICENSE:=LGPL-2.1-only MIT BSD-3-Clause
 PKG_LICENSE_FILES:=COPYING COPYING.LGPL COPYING.MIT
 PKG_CPE_ID:=cpe:/a:dovecot:dovecot
 
-PKG_BUILD_DEPENDS:=libiconv
 PKG_CONFIG_DEPENDS:= \
        CONFIG_DOVECOT_GSSAPI \
        CONFIG_DOVECOT_LDAP \
git clone https://git.99rst.org/PROJECT