aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-03-01 14:47:43 -0800
committerRosen Penev <rosenp@gmail.com>2021-03-04 23:44:46 -0800
commit60682c02357077ba13d0993bdb5c1b81d18939e1 (patch)
tree3d2c7db8a648a32b6e3a503c25a24d2026322c83 /utils
parent1b46af0e594858c7df17f00ee8c3a42e32a76215 (diff)
stoken: fix compilation with BUILD_NLS
Fixes linking issue as libxml2 uses iconv. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/stoken/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/stoken/Makefile b/utils/stoken/Makefile
index 82fc5762f..fef8a19e9 100644
--- a/utils/stoken/Makefile
+++ b/utils/stoken/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=stoken
PKG_VERSION:=0.92
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/stoken
@@ -22,6 +22,7 @@ PKG_INSTALL:=1
PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
define Package/stoken/Default
TITLE:=tokencode generator compatible with RSA SecurID 128-bit (AES)