[arch-commits] Commit in qt5/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue May 12 15:36:13 UTC 2015


    Date: Tuesday, May 12, 2015 @ 17:36:13
  Author: foutrelis
Revision: 239191

upgpkg: qt5 5.4.1-7

Build with -no-use-gold-linker to work around a bug in ld.gold (FS#44910).

Modified:
  qt5/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-12 15:14:59 UTC (rev 239190)
+++ PKGBUILD	2015-05-12 15:36:13 UTC (rev 239191)
@@ -28,7 +28,7 @@
          'qt5-x11extras'
          'qt5-xmlpatterns')
 pkgver=5.4.1
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -120,6 +120,7 @@
     -dbus-linked \
     -system-harfbuzz \
     -journald \
+    -no-use-gold-linker \
     -reduce-relocations ${SSE2}
 
   make



More information about the arch-commits mailing list