From 2ca2a2735f93fa13ab4c729f4a48f4854a9d99df Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 21 Oct 2015 08:02:51 +0200 Subject: [PATCH] thttpd: disable parallel build. --- srcpkgs/thttpd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/thttpd/template b/srcpkgs/thttpd/template index b38fda5bd52..1f32340a1c9 100644 --- a/srcpkgs/thttpd/template +++ b/srcpkgs/thttpd/template @@ -15,7 +15,7 @@ pre_configure() { sed "s,-o bin -g bin,,g" -i Makefile.in } do_build() { - make ${makejobs} CC=$CC LD=$CC CCOPT="$CFLAGS -D_DEFAULT_SOURCE" + make CC=$CC LD=$CC CCOPT="$CFLAGS -D_DEFAULT_SOURCE" } do_install() { vmkdir usr/bin