From 2f0cfd61e03fb41846298a0b9556b447f0d4235c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 15 Jun 2022 14:14:18 +0200 Subject: [PATCH] es: disable parallel build. --- srcpkgs/es/patches/ldflags.patch | 15 --------------- srcpkgs/es/template | 3 ++- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 srcpkgs/es/patches/ldflags.patch diff --git a/srcpkgs/es/patches/ldflags.patch b/srcpkgs/es/patches/ldflags.patch deleted file mode 100644 index e7581786e9d..00000000000 --- a/srcpkgs/es/patches/ldflags.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -67,10 +67,10 @@ - SIGFILES = @SIGFILES@ - - es : ${OFILES} initial.o -- ${CC} -o es ${LDFLAGS} ${OFILES} initial.o ${LIBS} -+ ${CC} -o es ${OFILES} initial.o ${LDFLAGS} ${LIBS} - - esdump : ${OFILES} dump.o -- ${CC} -o esdump ${LDFLAGS} ${OFILES} dump.o ${LIBS} -+ ${CC} -o esdump ${OFILES} dump.o ${LDFLAGS} ${LIBS} - - clean : - rm -f es ${OFILES} ${GEN} dump.o initial.o diff --git a/srcpkgs/es/template b/srcpkgs/es/template index 608c411402f..9dc6a864a7e 100644 --- a/srcpkgs/es/template +++ b/srcpkgs/es/template @@ -1,7 +1,7 @@ # Template file for 'es' pkgname=es version=0.9.2 -revision=1 +revision=2 create_wrksrc=yes build_style=gnu-configure configure_args="--with-readline es_cv_abused_getenv=no" @@ -14,6 +14,7 @@ homepage="https://github.com/wryun/es-shell/" distfiles="https://github.com/wryun/es-shell/releases/download/v${version}/es-${version}.tar.gz" checksum=c926482b42084e903eb871ee1eb0cefc09dae6f1adeb8408dd9e933035c4f5dd nocross=yes +disable_parallel_build=yes register_shell="/bin/es" post_install() {