From ac1f09b7a04b226a74583953226af61ef3950bf1 Mon Sep 17 00:00:00 2001 From: beefcurtains Date: Sun, 7 Jun 2015 16:56:38 +0000 Subject: [PATCH] nodejs: use shared http-parser by default --- srcpkgs/nodejs/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template index a8410997a4..0db0c6f8e4 100644 --- a/srcpkgs/nodejs/template +++ b/srcpkgs/nodejs/template @@ -1,7 +1,7 @@ # Template file for 'nodejs' pkgname=nodejs version=0.12.4 -revision=1 +revision=2 wrksrc=node-v${version} hostmakedepends="pkg-config python" makedepends="zlib-devel python-devel @@ -19,8 +19,7 @@ build_options="ssl libuv http_parser" desc_option_libuv="Enable shared libuv" desc_option_http_parser="Enable shared http-parser" -# shared http_parser broken -build_options_default="ssl libuv" +build_options_default="ssl libuv http_parser" do_configure() { local _args