Date: Monday, May 2, 2022 @ 17:25:12
  Author: arojas
Revision: 1192290

Add -ffat-lto-objects to CFLAGS. Not strictly needed for r itself, but it is 
inherited by third-party packages (FS#74609)

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-05-02 17:24:36 UTC (rev 1192289)
+++ PKGBUILD    2022-05-02 17:25:12 UTC (rev 1192290)
@@ -5,7 +5,7 @@
 
 pkgname=r
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Language and environment for statistical computing and graphics'
 arch=(x86_64)
 license=(GPL)
@@ -35,6 +35,7 @@
 
 build() {
   cd R-$pkgver
+  CFLAGS+=" -ffat-lto-objects" \
   ./configure  --prefix=/usr \
                --libdir=/usr/lib \
                --sysconfdir=/etc/R \

Reply via email to