[arch-commits] Commit in ldc/trunk (PKGBUILD ldc2.conf)
Dan Printzell
wild at archlinux.org
Mon Apr 16 20:54:48 UTC 2018
Date: Monday, April 16, 2018 @ 20:54:47
Author: wild
Revision: 316564
upgpkg: ldc 1:1.8.0-3
Added '-L--export-dynamic' to ldc2.conf to match dmd's config
Modified:
ldc/trunk/PKGBUILD
ldc/trunk/ldc2.conf
-----------+
PKGBUILD | 4 ++--
ldc2.conf | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-16 20:51:18 UTC (rev 316563)
+++ PKGBUILD 2018-04-16 20:54:47 UTC (rev 316564)
@@ -10,7 +10,7 @@
_dversion=2.078.3
_llvmversion=6.0.0
epoch=1
-pkgrel=2
+pkgrel=3
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"
@@ -29,7 +29,7 @@
'SKIP'
'SKIP'
'SKIP'
- '55ba34319db861a761797ac0075b0b1f5f4d37a243075aedb628aeedc77cc9d6')
+ '5af2d8fd3f1224e4d4d0eda8bf88e9b2423e4860cf21e349f23265731022f5c5')
prepare() {
cd "$srcdir/ldc"
Modified: ldc2.conf
===================================================================
--- ldc2.conf 2018-04-16 20:51:18 UTC (rev 316563)
+++ ldc2.conf 2018-04-16 20:54:47 UTC (rev 316564)
@@ -9,6 +9,7 @@
"-I/usr/include/dlang/ldc/ldc",
"-I/usr/include/dlang/ldc",
"-L--no-warn-search-mismatch",
+ "-L--export-dynamic",
"-defaultlib=phobos2-ldc,druntime-ldc",
"-link-defaultlib-shared"
];
More information about the arch-commits
mailing list