aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-01-19 17:28:59 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-01-19 21:08:29 +0100
commit1d35b9ebb015d55ba4f15cf976949519fa30b657 (patch)
treeb232039eeffdd7fab83bc4a54b3e428fa6317f52 /GNUmakefile
parent0803eef3ecf0f585a8ecbc0b9e009864111ba0be (diff)
downloadvis-1d35b9ebb015d55ba4f15cf976949519fa30b657.tar.gz
vis-1d35b9ebb015d55ba4f15cf976949519fa30b657.tar.xz
build: more standalone build multilib cleanup
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6023d5f..38a27e2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -193,7 +193,7 @@ dependency/build/libacl-extract: dependency/sources/$(LIBACL).tar.gz | dependenc
touch $@
dependency/build/libacl-configure: dependency/build/libacl-extract dependency/build/libattr-install
- cd $(dir $<)/$(LIBACL) && ./configure --prefix=/usr --libexecdir=/usr/lib
+ cd $(dir $<)/$(LIBACL) && ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
touch $@
dependency/build/libacl-build: dependency/build/libacl-configure