mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
17 lines
406 B
Diff
17 lines
406 B
Diff
Disable parallel make jobs so that `st_crypt.h` can find `<cryptlib.h>`.
|
|
As of writing, I have no idea how to fix this otherwise.
|
|
|
|
From: Seth M. Price <sprice623@aol.com>
|
|
|
|
--- a/src/syncterm/GNUmakefile
|
|
+++ b/src/syncterm/GNUmakefile
|
|
@@ -96,6 +96,8 @@ ifndef bcc
|
|
endif
|
|
endif
|
|
|
|
+.NOTPARALLEL:
|
|
+
|
|
$(MTOBJODIR)$(DIRSEP)ciolib_res$(OFILE):
|
|
cd ${MTOBJODIR} && $(AR) -x ../${CIOLIB-MT} ciolib_res$(OFILE)
|
|
|