idevicerestore: update to 2020-02-17
Fix compilation under glibc.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 355d8b1388
)
This commit is contained in:
parent
cb2d403463
commit
23f85f8fa5
1 changed files with 5 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=idevicerestore
|
||||
PKG_SOURCE_DATE:=2019-12-26
|
||||
PKG_SOURCE_VERSION:=8207daaa2ac3cb3a5107aae6aefee8ecbe39b6d4
|
||||
PKG_SOURCE_DATE:=2020-02-17
|
||||
PKG_SOURCE_VERSION:=513950377df9cb93747ac69dae4ab55dded3ac5c
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL=https://github.com/libimobiledevice/idevicerestore
|
||||
PKG_MIRROR_HASH:=2b035df6a2c831300fee253e7b2ee6ceb5668a717d6f256e7335950b1b9fcfc0
|
||||
PKG_MIRROR_HASH:=3b2c25cb47d79c02b225b83d8732ea1ab5b20f0e15f7d716cb4a26e99be4f53e
|
||||
|
||||
PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0-or-later
|
||||
|
@ -39,6 +39,8 @@ define Package/idevicerestore/description
|
|||
during restore of a firmware to a device.
|
||||
endef
|
||||
|
||||
TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lpthread)
|
||||
|
||||
define Package/idevicerestore/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/idevicerestore $(1)/usr/bin/
|
||||
|
|
Loading…
Reference in a new issue