From 0be1247b91b12ab7a5ab97fdf62de4c0d994f194 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 27 Oct 2010 14:28:33 +0000 Subject: [PATCH] pure-ftpd-tls needs openssl git-svn-id: svn://svn.openwrt.org/openwrt/packages@23672 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/pure-ftpd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/pure-ftpd/Makefile b/net/pure-ftpd/Makefile index f62eb99c7..10bf58c46 100644 --- a/net/pure-ftpd/Makefile +++ b/net/pure-ftpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pure-ftpd PKG_VERSION:=1.0.29 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.pureftpd.org/pub/pure-ftpd/releases @@ -40,6 +40,7 @@ define Package/pure-ftpd-tls $(call Package/pure-ftpd/Default) TITLE+= (TLS) VARIANT:=tls + DEPENDS+=+libopenssl endef define Package/pure-ftpd/description -- 2.11.0