aboutsummaryrefslogtreecommitdiff
path: root/lang/luasoap/Makefile
diff options
context:
space:
mode:
authorDeng Qingfang <dengqf6@mail2.sysu.edu.cn>2019-01-28 14:38:44 +0800
committerDeng Qingfang <dengqf6@mail2.sysu.edu.cn>2019-03-30 17:11:50 +0800
commit17496030e2645b30fc0793b3c2104b275daa3c08 (patch)
tree200a37da5d7b167d1952b566b83ccfce24385fc6 /lang/luasoap/Makefile
parent149afa5dcbf9c236ef42b476c47dbe687487d6e6 (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/luasoap/Makefile')
-rw-r--r--lang/luasoap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/luasoap/Makefile b/lang/luasoap/Makefile
index de88fcf98..f07c635a8 100644
--- a/lang/luasoap/Makefile
+++ b/lang/luasoap/Makefile
@@ -30,6 +30,7 @@ define Package/luasoap
TITLE:=LuaSOAP
URL:=https://github.com/tomasguisasola/luasoap
DEPENDS:=+lua +luaexpat +luasec +luasocket
+ PKGARCH:=all
endef
define Package/luasoap/description