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

Antonio Rojas arojas at gemini.archlinux.org
Mon May 2 21:41:06 UTC 2022


    Date: Monday, May 2, 2022 @ 21:41:06
  Author: arojas
Revision: 1192338

-ffat-lto-objects, honor LDFLAGS

Modified:
  boinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 21:17:12 UTC (rev 1192337)
+++ PKGBUILD	2022-05-02 21:41:06 UTC (rev 1192338)
@@ -6,7 +6,7 @@
 pkgname=(boinc boinc-nox)
 pkgver=7.16.20
 _tag="client_release/7.16/$pkgver"
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://boinc.berkeley.edu/"
 license=('LGPL')
@@ -39,7 +39,8 @@
 
 build() {
   cd "$srcdir"/$pkgbase-$pkgver
-  LDFLAGS='-lX11' ./configure \
+  export CXXFLAGS+=' --fat-lto-objects'
+  LDFLAGS+=' -lX11' ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
     --enable-libraries \



More information about the arch-commits mailing list