Remove libcrypto dependency

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
This commit is contained in:
Alexander Ryzhov
2015-04-23 08:29:38 +00:00
parent 2e09d06698
commit 2ded312918
4 changed files with 8 additions and 8 deletions

View File

@@ -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