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

Filipe Laíns ffy00 at archlinux.org
Thu Sep 6 00:17:58 UTC 2018


    Date: Thursday, September 6, 2018 @ 00:17:58
  Author: ffy00
Revision: 377195

Remove -L--export-dynamic from ldc2.conf

Modified:
  ldc/trunk/PKGBUILD
  ldc/trunk/ldc2.conf

-----------+
 PKGBUILD  |    4 ++--
 ldc2.conf |    1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-05 23:26:03 UTC (rev 377194)
+++ PKGBUILD	2018-09-06 00:17:58 UTC (rev 377195)
@@ -9,7 +9,7 @@
 _pkgcommit=9bd4fb2df54a8d143d70329b5b923bf226dd1897
 _dversion=2.081.2
 _llvmversion=6.0.1
-epoch=1
+epoch=2
 pkgrel=1
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
 arch=('x86_64')
@@ -29,7 +29,7 @@
             'SKIP'
             'SKIP'
             'SKIP'
-            '5af2d8fd3f1224e4d4d0eda8bf88e9b2423e4860cf21e349f23265731022f5c5')
+            '55ba34319db861a761797ac0075b0b1f5f4d37a243075aedb628aeedc77cc9d6')
 
 prepare() {
     cd "$srcdir/ldc"

Modified: ldc2.conf
===================================================================
--- ldc2.conf	2018-09-05 23:26:03 UTC (rev 377194)
+++ ldc2.conf	2018-09-06 00:17:58 UTC (rev 377195)
@@ -9,7 +9,6 @@
         "-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