coreos-base/update_engine: Use flags compatible with GCC 6

This intentionally does not bump the revision to avoid rebuilding
when update_chroot is called.  Linking with protobuf will fail
until it is rebuilt with the new toolchain as well.
This commit is contained in:
David Michael 2018-01-07 17:26:01 -05:00
parent 58cddda609
commit 1e55aea6a1

View File

@ -47,8 +47,8 @@ src_configure() {
# https://code.google.com/p/chromium/issues/detail?id=394508 # https://code.google.com/p/chromium/issues/detail?id=394508
# https://code.google.com/p/chromium/issues/detail?id=394241 # https://code.google.com/p/chromium/issues/detail?id=394241
if use cros_host; then if use cros_host; then
append-flags -nopie append-flags -no-pie
append-ldflags -nopie append-ldflags -no-pie
fi fi
local myeconfargs=( local myeconfargs=(