commit bbf629ef6ab52c6a87eada1f820897840f18e979 parent 15b1d7a5227822e95ea0ae2ac00a3eaec6485a48 Author: Hannu Nyman <hannu.nyman@iki.fi> Date: Sat, 11 Mar 2017 09:18:22 +0200 Merge pull request #4133 from lucize/clamavpcre2 clamav: use PCRE2 Diffstat:
| M | net/clamav/Makefile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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