aboutsummaryrefslogtreecommitdiffstats
path: root/main/clang/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/clang/APKBUILD')
-rw-r--r--main/clang/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/clang/APKBUILD b/main/clang/APKBUILD
index 1c54aece57..8d476bfc26 100644
--- a/main/clang/APKBUILD
+++ b/main/clang/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=clang
pkgver=3.8.1
-pkgrel=2
+pkgrel=3
pkgdesc="A C language family front-end for LLVM"
arch="all"
url="http://llvm.org/"
@@ -47,7 +47,6 @@ build() {
-DLIBCLANG_BUILD_STATIC=ON \
-DLLVM_ENABLE_EH=ON \
-DLLVM_ENABLE_RTTI=ON \
- -DLLVM_LINK_LLVM_DYLIB=ON \
|| return 1
make clang-tblgen || return 1