mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +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" \
|
||||
--with-bashcompletiondir="/share/bash-completion/completions" \
|
||||
--includedir="/include" \
|
||||
--libdir="/lib" \
|
||||
--enable-shared --disable-static $@
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue