aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKarl Schultheisz <kdsch@protonmail.com>2020-01-21 21:27:11 -0500
committerKarl Schultheisz <kdsch@protonmail.com>2020-01-21 21:27:11 -0500
commit2d6150426fe825cd7b179c5c3ed648ae607be122 (patch)
tree72d0d8be0c235900736ef0b89fe4770d98c5e1c9 /Makefile
parentcb03746137bc23f3c1b485088fefb9d4feffa368 (diff)
parent30cd60cc2b2babda36ab752396df58697e9f26fd (diff)
downloadvis-2d6150426fe825cd7b179c5c3ed648ae607be122.tar.gz
vis-2d6150426fe825cd7b179c5c3ed648ae607be122.tar.xz
Merge branch 'master' into add-layout-option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ee47a0..5cdb53b 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ docker: clean
docker exec vis apk upgrade
docker cp . vis:/tmp/vis
docker exec vis sed -i '/^VERSION/c VERSION = $(VERSION)' Makefile
- docker exec vis ./configure CC='cc --static'
+ docker exec vis ./configure CC='cc --static' --enable-acl
docker exec vis make clean vis-single
docker cp vis:/tmp/vis/vis-single vis
docker kill vis