thttpd: disable PARALLEL_MAKE due to build failures
authorMike Westerhof <mwester@dls.net>
Fri, 13 Mar 2009 14:31:11 +0000 (09:31 -0500)
committerMike Westerhof <mwester@dls.net>
Fri, 13 Mar 2009 14:31:11 +0000 (09:31 -0500)
packages/thttpd/thttpd_2.25b.bb

index 6beb01f..c1ec7e7 100644 (file)
@@ -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"