summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Panteleev2018-04-22 21:44:55 +0000
committerVladimir Panteleev2018-04-22 21:44:55 +0000
commitdf6843a22d98c231eb5b8c3bd383436dfee963a0 (patch)
treee4572be412cc781247f90b2b6d73abf12bdb17ff
parent820b312d4dea2edb6adb96ea7e0d984ae7a231ca (diff)
downloadaur-ldc-git.tar.gz
Disable building shared libraries explicitly
Fixes filesystem conflict with ldc package.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1943255695ae..7ae1b7431f70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ldc-git
pkgdesc = A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2
pkgver = v1.9.0.beta1
- pkgrel = 1
- epoch = 2
+ pkgrel = 2
+ epoch = 1
url = https://github.com/ldc-developers/ldc
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 06695fc88591..470d57d4fed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ _pkgname=ldc
pkgname=("${_pkgname}-git" 'liblphobos-git')
groups=('dlang' 'dlang-ldc')
pkgver=v1.9.0.beta1
-epoch=2
-pkgrel=1
+epoch=1
+pkgrel=2
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
arch=('i686' 'x86_64')
url="https://github.com/ldc-developers/ldc"
@@ -79,7 +79,7 @@ build() {
-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc-git
# This is the git version - use static linking by default
- -DBUILD_SHARED_LIBS=ON
+ -DBUILD_SHARED_LIBS=OFF
# https://github.com/ldc-developers/ldc/issues/2661
-DLDC_WITH_LLD=OFF