From b706bdc6040daf90c136f1597e87d1ab47a5150b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 7 Dec 2015 11:27:19 +0100 Subject: [PATCH] nodejs: fix commit before --- srcpkgs/nodejs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template index db9e7799f7f..3bd8e892388 100644 --- a/srcpkgs/nodejs/template +++ b/srcpkgs/nodejs/template @@ -16,10 +16,10 @@ homepage="http://nodejs.org/" distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz" checksum=5008ade5feb4b089f59163f66bffddc113f27de5d78edf203e39435c2c5d554f -build_options="libuv http_parser" +build_options="ssl libuv http_parser" desc_option_libuv="Enable shared libuv" desc_option_http_parser="Enable shared http-parser" -build_options_default="ssl libuv http_parser" +build_options_default="libuv http_parser" replaces="iojs>=0"