[arch-commits] Commit in r/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon May 2 17:25:12 UTC 2022
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 \
More information about the arch-commits
mailing list