]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
clamav: use new gettext logic
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Jul 2017 20:40:46 +0000 (22:40 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Jul 2017 23:27:24 +0000 (01:27 +0200)
This commit switches to use the new gettext logic, which involves:

 - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies
   on gettext/host-gettext

 - dropping BR2_PACKAGE_GETTEXT selection

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/clamav/Config.in
package/clamav/clamav.mk

index a962103208d04a89d3bf322a8a3cebe90cccccec..bc934ea45223c334e4d5538e8f624f9c0f894f9b 100644 (file)
@@ -2,7 +2,6 @@ config BR2_PACKAGE_CLAMAV
        bool "clamav"
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_USE_MMU # fork()
-       select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
        select BR2_PACKAGE_LIBTOOL
        select BR2_PACKAGE_OPENSSL
        select BR2_PACKAGE_ZLIB
index 23dee0a818f240fe3d9b52902e910396cc56c438..5429abb9893e74d75c6cba31fa24e1c19d99d10d 100644 (file)
@@ -15,7 +15,7 @@ CLAMAV_DEPENDENCIES = \
        libtool \
        openssl \
        zlib \
-       $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
+       $(TARGET_NLS_DEPENDENCIES)
 
 # mmap cannot be detected when cross-compiling, needed for mempool support
 CLAMAV_CONF_ENV = \