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

Antonio Rojas arojas at gemini.archlinux.org
Mon May 9 21:10:17 UTC 2022


    Date: Monday, May 9, 2022 @ 21:10:17
  Author: arojas
Revision: 1196395

Set CXXFLAGS too

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-09 20:51:36 UTC (rev 1196394)
+++ PKGBUILD	2022-05-09 21:10:17 UTC (rev 1196395)
@@ -5,7 +5,7 @@
 
 pkgname=r
 pkgver=4.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Language and environment for statistical computing and graphics'
 arch=(x86_64)
 license=(GPL)
@@ -37,6 +37,7 @@
   cd R-$pkgver
 # -ffat-lto-objects is needed for third-party packages shipping static libraries
   CFLAGS+=" -ffat-lto-objects" \
+  CXXFLAGS+=" -ffat-lto-objects" \
   ./configure  --prefix=/usr \
                --libdir=/usr/lib \
                --sysconfdir=/etc/R \



More information about the arch-commits mailing list