Skip to content

Commit

Permalink
addpatch: vamp-plugin-sdk 2.10.0-3
Browse files Browse the repository at this point in the history
Ranlib might race with gcc. Limit make jobs to 1 to solve it.

Meanwhile I have opened an upstream PR to fix it: vamp-plugins/vamp-plugin-sdk#16
  • Loading branch information
kxxt committed Nov 20, 2024
1 parent 175eac2 commit 3c14bf0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vamp-plugin-sdk/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -28,7 +28,7 @@ b2sums=('50ad1c69d497b17c03439d94be7b3f70071de0c34c02c597506290fbd0e0cd2632f0a54
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr
- make
+ make -j1
}

package() {

0 comments on commit 3c14bf0

Please sign in to comment.