diff options
author | Deng Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-01-28 14:38:44 +0800 |
---|---|---|
committer | Deng Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-03-30 17:11:50 +0800 |
commit | 17496030e2645b30fc0793b3c2104b275daa3c08 (patch) | |
tree | 200a37da5d7b167d1952b566b83ccfce24385fc6 /lang/json4lua | |
parent | 149afa5dcbf9c236ef42b476c47dbe687487d6e6 (diff) |
treewide: add missing PKGARCH:=all to non-binary packages
Packages such as Perl, Lua, shell scripts don't generate binary files.
Add PKGARCH:=all to them.
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'lang/json4lua')
-rw-r--r-- | lang/json4lua/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/json4lua/Makefile b/lang/json4lua/Makefile index 33892d2f6..6a4f8af70 100644 --- a/lang/json4lua/Makefile +++ b/lang/json4lua/Makefile @@ -29,6 +29,7 @@ define Package/json4lua TITLE:=json4lua URL:=https://github.com/amrhassan/json4lua DEPENDS:=+lua +luasocket + PKGARCH:=all endef define Package/json4lua/description |