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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Sep 4 07:38:14 UTC 2017


    Date: Monday, September 4, 2017 @ 07:38:13
  Author: bpiotrowski
Revision: 304641

3.4.1-2: drop overzealous -as-needed (FS#55220)

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-04 06:32:55 UTC (rev 304640)
+++ PKGBUILD	2017-09-04 07:38:13 UTC (rev 304641)
@@ -5,7 +5,7 @@
 
 pkgname=r
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -36,6 +36,7 @@
 
 build() {
    cd R-${pkgver}
+   export LDFLAGS="${LDFLAGS/--as-needed,/}"
    ./configure  --prefix=/usr \
 		--libdir=/usr/lib \
 		--sysconfdir=/etc/R \



More information about the arch-commits mailing list