From e638c84ef3ff15111283e881b920c72a93cdd340 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Thu, 3 Feb 2022 00:00:06 +1000 Subject: [PATCH] Kotatogram: build with -j1 --- net-im/kotatogram-desktop/kotatogram_desktop-1.4.8.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/kotatogram-desktop/kotatogram_desktop-1.4.8.recipe b/net-im/kotatogram-desktop/kotatogram_desktop-1.4.8.recipe index 08b124ead..72c2304ae 100644 --- a/net-im/kotatogram-desktop/kotatogram_desktop-1.4.8.recipe +++ b/net-im/kotatogram-desktop/kotatogram_desktop-1.4.8.recipe @@ -307,7 +307,7 @@ BUILD() -DTDESKTOP_API_ID=$TELEGRAM_API_ID \ -DTDESKTOP_API_HASH=$TELEGRAM_API_HASH - make $jobArgs + make -j1 } INSTALL()