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

Dan Printzell wild at archlinux.org
Sat Dec 26 00:54:02 UTC 2020


    Date: Saturday, December 26, 2020 @ 00:54:00
  Author: wild
Revision: 791423

upgpkg: ldc 2:1.24.0-2: Don't strip liblphobos - Fixes LTO compilation

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-26 00:53:27 UTC (rev 791422)
+++ PKGBUILD	2020-12-26 00:54:00 UTC (rev 791423)
@@ -9,7 +9,7 @@
 _dversion=2.094.1
 _clangversion=11.0.0 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=2
-pkgrel=1
+pkgrel=2
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc"
@@ -94,7 +94,7 @@
 package_liblphobos() {
     provides=('d-runtime' 'd-stdlib')
     depends=('curl' 'llvm-libs')
-    options=('staticlibs')
+    options=('staticlibs' '!strip')
 
     cd "$srcdir/ldc/build"
     make install DESTDIR="$pkgdir"



More information about the arch-commits mailing list