Merge pull request #15016 from neheb/sto
stoken: fix compilation with BUILD_NLS
This commit is contained in:
commit
b091d4b237
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue