diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-01-30 14:51:22 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-01-30 14:54:14 +0100 |
| commit | bd64f583e1ee661cc2ca5610606ce486efc92094 (patch) | |
| tree | 0fef5de1bb559703bb3e8f7efb2ecf5b271f1595 /Makefile | |
| parent | 68aba4d369679b546eea69a696e3711d6333fe5d (diff) | |
| download | vis-bd64f583e1ee661cc2ca5610606ce486efc92094.tar.gz vis-bd64f583e1ee661cc2ca5610606ce486efc92094.tar.xz | |
build: explicitly list configure options for docker builds
This should catch Alpine package changes such as the one fixed in
0ba252f08e9ef7b62c442eb91b36822d654f5b04.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
