From 35dbbcc65181ebc1c6a4ad615853869f116a7d24 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 24 Jun 2019 00:16:43 +0200 Subject: [PATCH] - astra-sm: update build --- make/system-tools-extra.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/system-tools-extra.mk b/make/system-tools-extra.mk index 37292fff..eededf86 100644 --- a/make/system-tools-extra.mk +++ b/make/system-tools-extra.mk @@ -240,7 +240,7 @@ $(D)/astra-sm: $(D)/openssl | $(TARGET_DIR) autoreconf -fi; \ $(CONFIGURE) \ --prefix= \ - --without-lua-compiler \ + --without-lua \ ; \ $(MAKE) install DESTDIR=$(TARGET_DIR) $(REMOVE)/astra-sm.git