Files
guru/net-dialup/syncterm/files/syncterm-1.1_disable-parallel-build.patch
Seth M. Price 01e7731bcf net-dialup/syncterm: new package, add 1.1, 9999
Signed-off-by: Seth M. Price <sprice623@aol.com>
2024-05-27 14:04:58 -04:00

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)