mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/libconnman-qt: fix parallel build
This commit is contained in:
parent
4df29a271e
commit
1054aad61f
@ -18,11 +18,11 @@ source="https://github.com/sailfishos/libconnman-qt/archive/$pkgver/libconnman-q
|
||||
|
||||
build() {
|
||||
qmake-qt5
|
||||
make
|
||||
make -j1
|
||||
}
|
||||
|
||||
package() {
|
||||
INSTALL_ROOT="$pkgdir" make install
|
||||
INSTALL_ROOT="$pkgdir" make -j1 install
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
Loading…
Reference in New Issue
Block a user