From 57d47d2aa17132bc008c9ac041f241545195262b Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Thu, 6 Jul 2017 23:02:32 +0300 Subject: [PATCH] clamav: Fix OpenSSL dependency 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 8e9dfa9abe..3cc1dfcf79 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 \ @@ -71,6 +71,7 @@ define Build/Configure --with-user nobody \ --with-group nogroup \ --with-pcre="$(STAGING_DIR)/usr/" \ + --with-openssl="$(STAGING_DIR)/usr/" \ ) endef