From bd64f583e1ee661cc2ca5610606ce486efc92094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 30 Jan 2020 14:51:22 +0100 Subject: build: explicitly list configure options for docker builds This should catch Alpine package changes such as the one fixed in 0ba252f08e9ef7b62c442eb91b36822d654f5b04. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ccdf227..1cfe989 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,10 @@ docker: clean $(DOCKER) exec vis apk update $(DOCKER) exec vis apk upgrade $(DOCKER) cp . vis:/build/vis - $(DOCKER) exec vis ./vis/configure CC='cc --static' --enable-acl + $(DOCKER) exec vis ./vis/configure CC='cc --static' \ + --enable-acl \ + --enable-lua \ + --enable-lpeg-static $(DOCKER) exec vis make -C vis VERSION="$(VERSION)" clean vis-single $(DOCKER) cp vis:/build/vis/vis-single vis $(DOCKER) kill vis -- cgit v1.2.3