From 1e55aea6a1fcb51ab81127da093952bdd4d0e58d Mon Sep 17 00:00:00 2001 From: David Michael Date: Sun, 7 Jan 2018 17:26:01 -0500 Subject: [PATCH] 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. --- .../coreos-base/update_engine/update_engine-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild index ecfa6c0e94..d89d97d6f7 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild @@ -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=394241 if use cros_host; then - append-flags -nopie - append-ldflags -nopie + append-flags -no-pie + append-ldflags -no-pie fi local myeconfargs=(