Add libdir to autotools configuration

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-09-30 02:36:59 +02:00
parent 121fee7e97
commit 38a9b5865c
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ run_configure() {
--datadir="/share" --sharedstatedir="/share" \
--with-bashcompletiondir="/share/bash-completion/completions" \
--includedir="/include" \
--libdir="/lib" \
--enable-shared --disable-static $@
}