diff options
author | Alexander Ryzhov <github@ryzhov-al.ru> | 2015-04-23 08:29:38 +0000 |
---|---|---|
committer | Alexander Ryzhov <github@ryzhov-al.ru> | 2015-04-23 08:29:38 +0000 |
commit | 2ded312918f71ecc5d4bed4dad6dde4975e378d7 (patch) | |
tree | 21e0102586815a5dc2de095e6471661eb5394b9f /mail | |
parent | 2e09d066982a021ac4060bc5c3ad11ee49b0ec2c (diff) |
Remove libcrypto dependency
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/alpine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 322e954b6..cd32a628d 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alpine PKG_VERSION:=2.20 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://patches.freeiz.com/alpine/release/src/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz @@ -44,7 +44,7 @@ endef define Package/alpine $(call Package/alpine/Default) TITLE+= (with OpenSSL support) - DEPENDS+= +libcrypto +libopenssl + DEPENDS+= +libopenssl VARIANT:=ssl endef |