From 355d8b1388fa3cb238c1e2e4364470470805ea69 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 27 Feb 2020 16:50:47 -0800 Subject: [PATCH] idevicerestore: update to 2020-02-17 Fix compilation under glibc. Signed-off-by: Rosen Penev --- utils/idevicerestore/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/utils/idevicerestore/Makefile b/utils/idevicerestore/Makefile index 22572dcd81..211635f585 100644 --- a/utils/idevicerestore/Makefile +++ b/utils/idevicerestore/Makefile @@ -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 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/ -- 2.30.2