Merge pull request #4962 from diizzyy/patch-96
[feed/packages.git] / net / clamav / Makefile
index 8e9dfa9abe4008fbfda52e5b8cdc50ec1f7bc3bc..3cc1dfcf79d77928013feeb73900d038f5bc4a75 100644 (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