From 48b262f803fe9a7ad83bad4b6d6320eaffa72c16 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 16 Jun 2014 15:23:26 +0200 Subject: [PATCH] chromium: disable fstack-protector-strong. --- srcpkgs/chromium/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 623aa2d7c51..caf9cfb2a0b 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -158,7 +158,7 @@ do_configure() { fi build/linux/unbundle/replace_gyp_files.py ${conf} - build/gyp_chromium --depth=. -f make ${conf} -Drelease_extra_cflags="$CFLAGS" + build/gyp_chromium --depth=. -f make ${conf} -Drelease_extra_cflags="${CFLAGS/-fstack-protector-strong/}" } do_build() {