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:
Rick Farina (Zero_Chaos) 2019-01-16 14:17:29 -05:00
parent 9309a4df08
commit 09f7d7a3a4
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -77,7 +77,8 @@ src_configure() {
}
src_compile() {
emake -j1
emake librdd.la
emake
}
src_install() {