diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-04-16 22:00:52 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-04-16 22:04:23 +0200 |
| commit | 3e466eda0faa8dd30d4690283d4ec76b40525d55 (patch) | |
| tree | f43ea942eef69d509f73cfa7499aecdf99027b3e /dev-db/sqlitestudio/sqlitestudio-3.4.17.ebuild | |
| parent | a1cb1c569b4554af35626e039c1f2522c7f70f92 (diff) | |
| download | gentoo-3e466eda0faa8dd30d4690283d4ec76b40525d55.tar.gz gentoo-3e466eda0faa8dd30d4690283d4ec76b40525d55.tar.bz2 gentoo-3e466eda0faa8dd30d4690283d4ec76b40525d55.zip | |
dev-db/sqlitestudio: Revert back to -j1, it is still a problem
See also:
https://github.com/gentoo/gentoo/pull/40994
Bug: https://bugs.gentoo.org/902991
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-db/sqlitestudio/sqlitestudio-3.4.17.ebuild')
| -rw-r--r-- | dev-db/sqlitestudio/sqlitestudio-3.4.17.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/sqlitestudio/sqlitestudio-3.4.17.ebuild b/dev-db/sqlitestudio/sqlitestudio-3.4.17.ebuild index 6ec7a497579f..49d2fbd37123 100644 --- a/dev-db/sqlitestudio/sqlitestudio-3.4.17.ebuild +++ b/dev-db/sqlitestudio/sqlitestudio-3.4.17.ebuild @@ -158,13 +158,13 @@ src_configure() { src_compile() { # -j1 for bug #902991; it clobbers object files in parallel - emake -j5 -C "${core_build_dir}" - emake -j5 -C "${plugins_build_dir}" + emake -j1 -C "${core_build_dir}" + emake -j1 -C "${plugins_build_dir}" } src_install() { - emake -j5 -C "${core_build_dir}" INSTALL_ROOT="${D}" install - emake -j5 -C "${plugins_build_dir}" INSTALL_ROOT="${D}" install + emake -j1 -C "${core_build_dir}" INSTALL_ROOT="${D}" install + emake -j1 -C "${plugins_build_dir}" INSTALL_ROOT="${D}" install if use test; then # remove test artifacts that must not be installed |
