mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01: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:=libimobiledevice
|
||||
PKG_VERSION:=1.2.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_MAINTAINER:=Lukasz Baj <l.baj@radytek.com>
|
||||
PKG_LICENSE:=LGPL-2.1+
|
||||
@@ -42,7 +42,7 @@ define Package/libimobiledevice
|
||||
$(call Package/libimobiledevice/Default)
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=$(ICONV_DEPENDS) +libplist +libusbmuxd +libopenssl +libcrypto
|
||||
DEPENDS:=$(ICONV_DEPENDS) +libplist +libusbmuxd +libopenssl
|
||||
endef
|
||||
|
||||
define Package/libimobiledevice/description
|
||||
|
||||
Reference in New Issue
Block a user