Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 650488 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +9 lines)
Line  Link Here
0
-- qtwebengine-opensource-src-5.7.1/src/3rdparty/chromium/sandbox/linux/sandbox_linux.gypi
0
++ qtwebengine-opensource-src-5.7.1/src/3rdparty/chromium/sandbox/linux/sandbox_linux.gypi
Lines 158-167 Link Here
158
      'defines': [
158
      'defines': [
159
        'SANDBOX_IMPLEMENTATION',
159
        'SANDBOX_IMPLEMENTATION',
160
      ],
160
      ],
161
      'includes': [
161
      'target_conditions': [
162
        # Disable LTO due to compiler bug
162
        # Disable LTO due to compiler bug
163
        # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57703
163
        # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57703
164
        '../../build/android/disable_gcc_lto.gypi',
164
        ['_toolset=="target"', {
165
          'conditions': [
166
            ['clang==0', {
167
              'cflags_cc': ['-fno-lto'],
168
            }],
169
          ],
170
        }],
165
      ],
171
      ],
166
      'include_dirs': [
172
      'include_dirs': [
167
        '../..',
173
        '../..',

Return to bug 650488