chromium: disable fstack-protector-strong.

This commit is contained in:
Juan RP 2014-06-16 15:23:26 +02:00
parent f382996d6d
commit 48b262f803

View file

@ -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() {