diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-01 01:19:48 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-01 01:19:48 +0200 |
commit | 4d8d14ddb09892cc0905eb4a7958be074bc5581a (patch) | |
tree | c304ae007e4f4884d01aaddc3c91b837beac00fc /community/llvm3.9 | |
parent | 048a74e6b48c0f80e7ed01c9b009e5af2939ee09 (diff) | |
download | aports-4d8d14ddb09892cc0905eb4a7958be074bc5581a.tar.bz2 aports-4d8d14ddb09892cc0905eb4a7958be074bc5581a.tar.xz |
community/llvm3.9: rebuild to fix problem on armhf
Error relocating /usr/lib/libLLVM-3.9.so: _ZSt16__get_once_mutexv: symbol not found
Error relocating /usr/lib/libLLVM-3.9.so: _ZSt27__set_once_functor_lock_ptrPSt11unique_lockISt5mutexE: symbol not found
Error relocating /usr/lib/libLLVM-3.9.so: _ZSt14__once_functor: symbol not found
Diffstat (limited to 'community/llvm3.9')
-rw-r--r-- | community/llvm3.9/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/llvm3.9/APKBUILD b/community/llvm3.9/APKBUILD index 8e18ff4ec3..f0607d8d70 100644 --- a/community/llvm3.9/APKBUILD +++ b/community/llvm3.9/APKBUILD @@ -6,7 +6,7 @@ _pkgname=llvm pkgver=3.9.1 _majorver=${pkgver%.*} pkgname=$_pkgname$_majorver -pkgrel=2 +pkgrel=3 pkgdesc="Low Level Virtual Machine compiler system (version $_majorver)" arch="all" url="http://llvm.org/" |