mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
clamav: Fix OpenSSL dependency
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
+2
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=clamav
|
PKG_NAME:=clamav
|
||||||
PKG_VERSION:=0.99.2
|
PKG_VERSION:=0.99.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr> \
|
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr> \
|
||||||
@@ -71,6 +71,7 @@ define Build/Configure
|
|||||||
--with-user nobody \
|
--with-user nobody \
|
||||||
--with-group nogroup \
|
--with-group nogroup \
|
||||||
--with-pcre="$(STAGING_DIR)/usr/" \
|
--with-pcre="$(STAGING_DIR)/usr/" \
|
||||||
|
--with-openssl="$(STAGING_DIR)/usr/" \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user