chromium: disable fstack-protector-strong in the build phase too.
This commit is contained in:
parent
48b262f803
commit
ef0401021a
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue