mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
chromium: disable fstack-protector-strong.
This commit is contained in:
parent
f382996d6d
commit
48b262f803
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue