From 38a9b5865c900dc66dc5618fe8844ca99d6fcf93 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 30 Sep 2018 02:36:59 +0200 Subject: [PATCH] Add libdir to autotools configuration Signed-off-by: David Oberhollenzer --- util/autotools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/util/autotools.sh b/util/autotools.sh index f04305f..af3a543 100644 --- a/util/autotools.sh +++ b/util/autotools.sh @@ -10,5 +10,6 @@ run_configure() { --datadir="/share" --sharedstatedir="/share" \ --with-bashcompletiondir="/share/bash-completion/completions" \ --includedir="/include" \ + --libdir="/lib" \ --enable-shared --disable-static $@ }