From 3fa7615b906a3d6e3b3c8ac244b54ed3dd27f90c Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 17 Apr 2017 15:47:45 +0200 Subject: Revert "main/clang: link dynamically with LLVM" This reverts commit 5abf2d291e5569eb1487d7465c2711609c15806e. I don't know why, but it breaks clang: $ clang --version : CommandLine Error: Option 'aarch64-ccmp' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options --- main/clang/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main') 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 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 -- cgit v1.2.3