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

Jan Steffens heftig at archlinux.org
Tue May 19 07:22:47 UTC 2015


    Date: Tuesday, May 19, 2015 @ 09:22:47
  Author: heftig
Revision: 239551

no LTO

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-19 06:26:07 UTC (rev 239550)
+++ PKGBUILD	2015-05-19 07:22:47 UTC (rev 239551)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-builder
 pkgver=3.16.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder"
 arch=(i686 x86_64)
@@ -23,7 +23,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib --enable-lto
+    --libexecdir=/usr/lib
   make
 }
 



More information about the arch-commits mailing list