projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b00730
)
clamav: Fix OpenSSL dependency
4554/head
author
Lucian Cristian
<lucian.cristian@gmail.com>
Thu, 6 Jul 2017 20:02:32 +0000
(23:02 +0300)
committer
Lucian Cristian
<lucian.cristian@gmail.com>
Thu, 6 Jul 2017 20:03:54 +0000
(23:03 +0300)
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
net/clamav/Makefile
patch
|
blob
|
history
diff --git
a/net/clamav/Makefile
b/net/clamav/Makefile
index 8e9dfa9abe4008fbfda52e5b8cdc50ec1f7bc3bc..3cc1dfcf79d77928013feeb73900d038f5bc4a75 100644
(file)
--- 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