From c287cbf11e83ed87e70f8a1ac0c4829fee44050c Mon Sep 17 00:00:00 2001 From: Georgi Valkov Date: Fri, 15 Nov 2024 03:15:18 +0200 Subject: [PATCH] libideviceactivation: fix compilation with full NLS nls.mk is needed. Reported-by: Rosen Penev Signed-off-by: Georgi Valkov --- libs/libideviceactivation/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/libideviceactivation/Makefile b/libs/libideviceactivation/Makefile index b73daf5e4e..f4980b027d 100644 --- a/libs/libideviceactivation/Makefile +++ b/libs/libideviceactivation/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libideviceactivation -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/libimobiledevice/libideviceactivation.git @@ -24,6 +24,7 @@ PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/libideviceactivation/Default TITLE:=Manage the activation of Apple iOS devices -- 2.30.2