diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2017-07-06 23:02:32 +0300 |
---|---|---|
committer | Lucian Cristian <lucian.cristian@gmail.com> | 2017-07-06 23:03:54 +0300 |
commit | 57d47d2aa17132bc008c9ac041f241545195262b (patch) | |
tree | acc806648ceac7c8b1759a085edd2f8692e189c0 /net/clamav/Makefile | |
parent | 1b007308a1444a177f743617e33952f14dbd3ffe (diff) |
clamav: Fix OpenSSL dependency
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'net/clamav/Makefile')
-rw-r--r-- | net/clamav/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/clamav/Makefile b/net/clamav/Makefile index 8e9dfa9ab..3cc1dfcf7 100644 --- a/net/clamav/Makefile +++ b/net/clamav/Makefile @@ -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 |