clamav: avoid host pickup of libxml2

If libxml2 is installed in the host, then the host library is used and
compilation fails.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry-picked from 199ccc9475)
This commit is contained in:
Eneas U de Queiroz
2019-08-10 19:59:47 -03:00
committed by Josef Schlehofer
parent e63e697a4a
commit 5247c6cdc1
2 changed files with 168 additions and 1 deletions
+1 -1
View File
@@ -23,6 +23,7 @@ PKG_CPE_ID:=cpe:/a:clamav:clamav
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/uclibc++.mk
include $(INCLUDE_DIR)/package.mk
@@ -74,7 +75,6 @@ CONFIGURE_ARGS += \
--with-openssl="$(STAGING_DIR)/usr/" \
--with-pcre="$(STAGING_DIR)/usr/" \
--with-zlib="$(STAGING_DIR)/usr/" \
--without-xml \
--without-iconv \
--without-libncurses-prefix