qemacs: disable parallel build

This commit is contained in:
John 2023-02-09 19:21:18 +01:00
parent f5d3513522
commit f2b90c26b3
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ license="LGPL-2.1-or-later"
homepage="https://github.com/qemacs/qemacs"
distfiles="https://github.com/qemacs/qemacs/archive/${_githash}.tar.gz"
checksum=cacf12beb925c427204db8e828f1c5bad41cff3439293d03e28631b6a9e66869
# make: *** No rule to make target '.objs/Linux-x86_64-riscv64-linux-gnu-gcc/libqhtml.a', needed by 'qe_g'. Stop.
disable_parallel_build=yes
do_build() {
sed -i -e /HOST_CC/s/CFLAGS/HOST_CFLAGS/ -e /INSTALL/s/-s// \