mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
libideviceactivation: fix compilation with full NLS
nls.mk is needed. Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
This commit is contained in:
committed by
Rosen Penev
parent
02dd8e3325
commit
c287cbf11e
@@ -6,7 +6,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libideviceactivation
|
PKG_NAME:=libideviceactivation
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/libimobiledevice/libideviceactivation.git
|
PKG_SOURCE_URL:=https://github.com/libimobiledevice/libideviceactivation.git
|
||||||
@@ -24,6 +24,7 @@ PKG_INSTALL:=1
|
|||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/libideviceactivation/Default
|
define Package/libideviceactivation/Default
|
||||||
TITLE:=Manage the activation of Apple iOS devices
|
TITLE:=Manage the activation of Apple iOS devices
|
||||||
|
|||||||
Reference in New Issue
Block a user