Date: Friday, March 16, 2018 @ 17:26:09
  Author: foutrelis
Revision: 319532

Re-enable linking with LLD

binutils 2.29.1-3 no longer strips PT_GNU_RELRO from LLD-linked binaries.

Modified:
  chromium/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-03-16 17:26:07 UTC (rev 319531)
+++ PKGBUILD    2018-03-16 17:26:09 UTC (rev 319532)
@@ -15,7 +15,8 @@
 depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
          'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
          'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' 'clang')
+makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' 'clang'
+             'lld')
 optdepends=('pepper-flash: support for Flash content'
             'kdialog: needed for file dialogs in KDE'
             'gnome-keyring: for storing passwords in GNOME keyring'
@@ -170,7 +171,6 @@
     'link_pulseaudio=true'
     'use_gnome_keyring=false'
     'use_gold=false'
-    'use_lld=false'
     'use_sysroot=false'
     'linux_use_bundled_binutils=false'
     'use_custom_libcxx=false'

Reply via email to