clamav: use PCRE2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
parent
15b1d7a522
commit
8f8be60c10
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/clamav/Default
|
define Package/clamav/Default
|
||||||
SECTION:=net
|
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
|
CATEGORY:=Network
|
||||||
SUBMENU:=Web Servers/Proxies
|
SUBMENU:=Web Servers/Proxies
|
||||||
TITLE:=ClamAV
|
TITLE:=ClamAV
|
||||||
|
@ -70,6 +70,7 @@ define Build/Configure
|
||||||
--disable-bzip2 \
|
--disable-bzip2 \
|
||||||
--with-user nobody \
|
--with-user nobody \
|
||||||
--with-group nogroup \
|
--with-group nogroup \
|
||||||
|
--with-pcre="$(STAGING_DIR)/usr/" \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue