mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08: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>
(cherry picked from commit c287cbf11e)
This commit is contained in:
committed by
Josef Schlehofer
parent
36af6a597d
commit
6bd9dfc73d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user