mirror of
https://github.com/pygos/build.git
synced 2024-11-22 19:19:46 +01:00
Add libdir to autotools configuration
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
121fee7e97
commit
38a9b5865c
1 changed files with 1 additions and 0 deletions
|
@ -10,5 +10,6 @@ run_configure() {
|
||||||
--datadir="/share" --sharedstatedir="/share" \
|
--datadir="/share" --sharedstatedir="/share" \
|
||||||
--with-bashcompletiondir="/share/bash-completion/completions" \
|
--with-bashcompletiondir="/share/bash-completion/completions" \
|
||||||
--includedir="/include" \
|
--includedir="/include" \
|
||||||
|
--libdir="/lib" \
|
||||||
--enable-shared --disable-static $@
|
--enable-shared --disable-static $@
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue