chromium: disable fstack-protector-strong in the build phase too.

This commit is contained in:
Juan RP 2014-06-16 15:44:21 +02:00
parent 48b262f803
commit ef0401021a

View file

@ -162,6 +162,8 @@ do_configure() {
}
do_build() {
export CFLAGS="${CFLAGS/-fstack-protector-strong/}"
export CXXFLAGS="${CXXFLAGS/-fstack-protector-strong/}"
make BUILDTYPE=Release ${makejobs} chrome chrome_sandbox chromedriver
}