mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Remove libcrypto dependency
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user