|
@@ -44,7 +44,7 @@ else
|
|
SWUPDATE_MAKE_ENV += HAVE_LIBCURL=n
|
|
SWUPDATE_MAKE_ENV += HAVE_LIBCURL=n
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_HAS_LUAINTERPRETER),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_HAS_LUAINTERPRETER):$(BR2_STATIC_LIBS),y:)
|
|
SWUPDATE_DEPENDENCIES += luainterpreter host-pkgconf
|
|
SWUPDATE_DEPENDENCIES += luainterpreter host-pkgconf
|
|
# defines the base name for the pkg-config file ("lua" or "luajit")
|
|
# defines the base name for the pkg-config file ("lua" or "luajit")
|
|
define SWUPDATE_SET_LUA_VERSION
|
|
define SWUPDATE_SET_LUA_VERSION
|