mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
Fix occasional autoconf build failures.
This commit is contained in:
parent
0d84a1c2dc
commit
07dcb910b9
1 changed files with 4 additions and 0 deletions
|
|
@ -12,3 +12,7 @@ src_prepare() {
|
||||||
src_configure() {
|
src_configure() {
|
||||||
./configure --prefix=${PREFIX} --program-suffix=-2.13
|
./configure --prefix=${PREFIX} --program-suffix=-2.13
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
make MAKEINFO=true
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue