package/swupdate: fix static build without lua
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 4 Mar 2019 21:47:20 +0000 (22:47 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 26 Mar 2019 22:55:45 +0000 (23:55 +0100)
commitb251f50c8d555bdbbd2f7bd378fdb3d3de7fe84d
tree1a1e6bbd4f229c257cc736702d4689c81843c06e
parentdabc8957b8dfcd4c75db5c8f7d4acf334ee373a8
package/swupdate: fix static build without lua

The lua_swupdate.so library was still built (without any object files)
and linked against swupdate even when HAVE_LUA was not set. This fails
in some static-only configurations.

Fixes:
 - http://autobuild.buildroot.org/results/c11c4d26983e0347d96f3dda62e6d72b031967bb

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/swupdate/0001-Makefile-fix-static-build.patch [new file with mode: 0644]