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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Jan 7 19:57:59 UTC 2018


    Date: Sunday, January 7, 2018 @ 19:57:52
  Author: bpiotrowski
Revision: 314251

7.2.1+20171224-2: fix -flto (FS#56992)

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-07 19:57:43 UTC (rev 314250)
+++ PKGBUILD	2018-01-07 19:57:52 UTC (rev 314251)
@@ -9,7 +9,7 @@
 pkgver=7.2.1+20171224
 _majorver=${pkgver:0:1}
 _islver=0.18
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Compiler Collection'
 arch=(x86_64)
 license=(GPL LGPL FDL custom)
@@ -202,7 +202,7 @@
 
   make -C lto-plugin DESTDIR="$pkgdir" install
   install -dm755 "$pkgdir"/usr/lib/bfd-plugins/
-  ln -s /usr/lib/gcc/$CHOST/$pkgver/liblto_plugin.so \
+  ln -s /${_libdir}/liblto_plugin.so \
     "$pkgdir/usr/lib/bfd-plugins/"
 
   make -C $CHOST/libcilkrts DESTDIR="$pkgdir" install-nodist_{toolexeclib,cilkinclude}HEADERS



More information about the arch-commits mailing list