From: Georgi Valkov Date: Fri, 15 Nov 2024 01:15:18 +0000 (+0200) Subject: libideviceactivation: fix compilation with full NLS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c287cbf11e83ed87e70f8a1ac0c4829fee44050c;p=feed%2Fpackages.git libideviceactivation: fix compilation with full NLS nls.mk is needed. Reported-by: Rosen Penev Signed-off-by: Georgi Valkov --- 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