mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/libofx: temporarily make -j1
This commit is contained in:
parent
680f404fcb
commit
25f4e7e559
@ -24,12 +24,12 @@ build() {
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var
|
||||
make
|
||||
make -j1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
make -j1 DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="87e1d3969e01491d93e018fe642f83d524dbe64e08f5206e9c2071aef6cde482cbeb5703af0d341d3ca6a03192b4074e26c40479c38fe1f5735af2b20c6db0f7 libofx-0.9.11.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user