summaryrefslogtreecommitdiff
path: root/user/protobuf
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-12-28 14:35:08 +0000
committerZach van Rijn <me@zv.io>2022-12-28 14:43:05 +0000
commitc7fc1748d607ab0081dac7a8bdeb90edc5767cce (patch)
treebe572526edad0a88bf36d89543678d9fb47ab109 /user/protobuf
parent6b00fc2090169e9ac6ceb73c83405a3cfccdac0e (diff)
downloadpackages-c7fc1748d607ab0081dac7a8bdeb90edc5767cce.tar.gz
packages-c7fc1748d607ab0081dac7a8bdeb90edc5767cce.tar.bz2
packages-c7fc1748d607ab0081dac7a8bdeb90edc5767cce.tar.xz
packages-c7fc1748d607ab0081dac7a8bdeb90edc5767cce.zip
user/protobuf: actually disable parallel builds. fixes #945.
Commit e8adedc8d15b9b11e780df8bda2d7431c23d627f did not restore the original -j1 as in be1bb0240206f8fec1bd44f95d0130856e753c07.
Diffstat (limited to 'user/protobuf')
-rw-r--r--user/protobuf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/protobuf/APKBUILD b/user/protobuf/APKBUILD
index 5cfa27497..57708bda2 100644
--- a/user/protobuf/APKBUILD
+++ b/user/protobuf/APKBUILD
@@ -47,7 +47,7 @@ build() {
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
${CMAKE_CROSSOPTS} cmake
- make
+ make -j1
# Build for Ruby
cd "$builddir"/ruby