mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
clamav: use new gettext logic
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>
This commit is contained in:
parent
76b815514f
commit
c6882af636
@ -2,7 +2,6 @@ config BR2_PACKAGE_CLAMAV
|
|||||||
bool "clamav"
|
bool "clamav"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
||||||
select BR2_PACKAGE_LIBTOOL
|
select BR2_PACKAGE_LIBTOOL
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
|
@ -15,7 +15,7 @@ CLAMAV_DEPENDENCIES = \
|
|||||||
libtool \
|
libtool \
|
||||||
openssl \
|
openssl \
|
||||||
zlib \
|
zlib \
|
||||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
|
$(TARGET_NLS_DEPENDENCIES)
|
||||||
|
|
||||||
# mmap cannot be detected when cross-compiling, needed for mempool support
|
# mmap cannot be detected when cross-compiling, needed for mempool support
|
||||||
CLAMAV_CONF_ENV = \
|
CLAMAV_CONF_ENV = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user