]> git.pld-linux.org Git - packages/chromium-browser.git/commit
pass compiler env to gyp, not make
authorElan Ruusamäe <glen@delfi.ee>
Sat, 12 Jan 2013 13:52:37 +0000 (15:52 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 12 Jan 2013 13:52:37 +0000 (15:52 +0200)
commitb4d752471d0c76debbf4e276f42d3ba76465552e
tree11e4b46a7f9b3f1cec6e1316575945ac47ed3f09
parent6e3a5dc7db2e01c23aef881debfc08f6d268f1d3
pass compiler env to gyp, not make

passing CC, CXX, CFLAGS, CXXFLAGS, LDFLAGS to gyp, so it has chance to
filter out unwanted -fstack-protector, etc

this way most of the build is with stack protector, but nacl parts,
filtered out (native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp)

however seems still need to pass host flags, as v8 build uses different
vars for compilation.
chromium-browser.spec
This page took 0.029346 seconds and 4 git commands to generate.