From d3b3dab55680862ea3be9e30f7a1fe9909b5da02 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 12 Dec 2014 13:39:53 +0100 Subject: [PATCH] chromium: add ca-certificates to be able to download nacl. --- srcpkgs/chromium/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 1ea7f7e7c3..ae688779a3 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -26,7 +26,7 @@ depends="hwids desktop-file-utils hicolor-icon-theme" nostrip_files="nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe" case "$XBPS_MACHINE" in - x86_64) hostmakedepends+=" gcc-c++-multilib";; + x86_64) hostmakedepends+=" ca-certificates gcc-c++-multilib";; esac case "$XBPS_TARGET_MACHINE" in armv6l*) broken="http://build.voidlinux.eu:8010/builders/armv6l_builder/builds/8050/steps/shell_3/logs/stdio";;