aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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