es: disable parallel build.
This commit is contained in:
parent
6db137fd2b
commit
2f0cfd61e0
2 changed files with 2 additions and 16 deletions
|
@ -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
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'es'
|
# Template file for 'es'
|
||||||
pkgname=es
|
pkgname=es
|
||||||
version=0.9.2
|
version=0.9.2
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-readline es_cv_abused_getenv=no"
|
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"
|
distfiles="https://github.com/wryun/es-shell/releases/download/v${version}/es-${version}.tar.gz"
|
||||||
checksum=c926482b42084e903eb871ee1eb0cefc09dae6f1adeb8408dd9e933035c4f5dd
|
checksum=c926482b42084e903eb871ee1eb0cefc09dae6f1adeb8408dd9e933035c4f5dd
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
disable_parallel_build=yes
|
||||||
register_shell="/bin/es"
|
register_shell="/bin/es"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue