mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
rdd: resolve parallel issues and build failures by just building the stupid lib first. tested with -j on my build box
This commit is contained in:
parent
9309a4df08
commit
09f7d7a3a4
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ src_configure() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
emake -j1
|
||||
emake librdd.la
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue