pure-ftpd-tls needs openssl
authorMichael Büsch <mb@bu3sch.de>
Wed, 27 Oct 2010 14:28:33 +0000 (14:28 +0000)
committerMichael Büsch <mb@bu3sch.de>
Wed, 27 Oct 2010 14:28:33 +0000 (14:28 +0000)
SVN-Revision: 23672

net/pure-ftpd/Makefile

index f62eb99c76abf1fa6f7d822b07d838793ae6ed82..10bf58c46a912bd27adb9782b5121710914b1de4 100644 (file)
@@ -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