Skip to content
Snippets Groups Projects
Verified Commit 55edf71b authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

lighttpd-https-cert: Add lighttpd-mod-openssl dependency

parent 44dd5e77
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=lighttpd-https-cert
PKG_VERSION:=4
PKG_VERSION:=5
PKG_MAINTAINER:=Robin Obůrka <robin.oburka@nic.cz>
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
......@@ -16,6 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
TITLE:=$(PKG_NAME)
DEPENDS:=+lighttpd-mod-openssl
endef
define Build/Compile
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment