package/libuwsc: lua needs dynamic library

lua is built as a module so it needs dynamic library

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2020-04-20 01:26:27 +02:00 committed by Thomas Petazzoni
parent f5d2f8bb53
commit d4aa39cb63

View File

@ -36,7 +36,7 @@ else
LIBUWSC_CONF_OPTS += -DUWSC_SSL_SUPPORT=OFF
endif
ifeq ($(BR2_PACKAGE_LUA),y)
ifeq ($(BR2_PACKAGE_LUA):$(BR2_STATIC_LIBS),y:)
LIBUWSC_DEPENDENCIES += lua
LIBUWSC_CONF_OPTS += -DUWSC_LUA_SUPPORT=ON
else