From 8f8be60c109cde06f69a27f83e80044e3b3a4906 Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Fri, 10 Mar 2017 23:22:53 +0200 Subject: [PATCH] clamav: use PCRE2 Signed-off-by: Lucian Cristian --- net/clamav/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/clamav/Makefile b/net/clamav/Makefile index 5cd4487fd..8e9dfa9ab 100644 --- a/net/clamav/Makefile +++ b/net/clamav/Makefile @@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk define Package/clamav/Default SECTION:=net - DEPENDS:=+libpthread +uclibcxx +zlib +libcurl +libopenssl +libltdl +libpcre +USE_MUSL:musl-fts + DEPENDS:=+libpthread +uclibcxx +zlib +libcurl +libopenssl +libltdl +libpcre2 +USE_MUSL:musl-fts CATEGORY:=Network SUBMENU:=Web Servers/Proxies TITLE:=ClamAV @@ -70,6 +70,7 @@ define Build/Configure --disable-bzip2 \ --with-user nobody \ --with-group nogroup \ + --with-pcre="$(STAGING_DIR)/usr/" \ ) endef