From 8745858efa73f51e7450db0332c5399bb365c9d7 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Fri, 13 Mar 2009 09:31:11 -0500 Subject: thttpd: disable PARALLEL_MAKE due to build failures --- packages/thttpd/thttpd_2.25b.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/thttpd/thttpd_2.25b.bb b/packages/thttpd/thttpd_2.25b.bb index 6beb01f3d6..c1ec7e73b9 100644 --- a/packages/thttpd/thttpd_2.25b.bb +++ b/packages/thttpd/thttpd_2.25b.bb @@ -1,7 +1,7 @@ DESCRIPTION = "A simple, small, portable, fast, and secure HTTP server." LICENSE = "BSD" HOMEPAGE = "http://www.acme.com/software/thttpd/" -PR ="r6" +PR ="r7" SRC_URI = "http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz \ file://install.patch;patch=1 \ @@ -10,6 +10,8 @@ SRC_URI = "http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz \ file://htpasswd_shared.diff;patch=1" S = "${WORKDIR}/thttpd-${PV}" +PARALLEL_MAKE = "" + INITSCRIPT_NAME = "thttpd" INITSCRIPT_PARAMS = "defaults" -- cgit 1.2.3-korg