diff options
Diffstat (limited to 'user/mistserver/APKBUILD')
-rw-r--r-- | user/mistserver/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/mistserver/APKBUILD b/user/mistserver/APKBUILD index 58dc7ebf3..17e931c8d 100644 --- a/user/mistserver/APKBUILD +++ b/user/mistserver/APKBUILD @@ -43,7 +43,7 @@ build() { -DUSE_MBEDTLS_SSL_DTLS_SRTP=True \ ${CMAKE_CROSSOPTS} \ . - make -j2 # do not increase this (race conditions) + make -j1 # do not increase this (race conditions) } check() { |