Browse Source

Merge pull request #4554 from lucize/clamavssl

clamav: Fix OpenSSL dependency
lilik-openwrt-22.03
Hannu Nyman 7 years ago
committed by GitHub
parent
commit
54f9e45fca
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/clamav/Makefile

+ 2
- 1
net/clamav/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=clamav
PKG_VERSION:=0.99.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr> \
@ -71,6 +71,7 @@ define Build/Configure
--with-user nobody \
--with-group nogroup \
--with-pcre="$(STAGING_DIR)/usr/" \
--with-openssl="$(STAGING_DIR)/usr/" \
)
endef


Loading…
Cancel
Save