diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-03 12:05:59 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-14 18:42:44 +0100 |
commit | d637a56c7be3643382f9f2657e98b59cee262ec3 (patch) | |
tree | 95e9ca67e683d63fe2615e9ca5b929f22984e621 /main/llvm5 | |
parent | 9ba5bef315e95740081f6f36e646a7c137d36e6a (diff) | |
download | aports-d637a56c7be3643382f9f2657e98b59cee262ec3.tar.bz2 aports-d637a56c7be3643382f9f2657e98b59cee262ec3.tar.xz |
main/llvm5: remove git from version suffix
the cmake scripts will pick up the git hash from aports git and
add it as a version suffix. Use LLVM_APPEND_VC_REV to fix that
Diffstat (limited to 'main/llvm5')
-rw-r--r-- | main/llvm5/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/llvm5/APKBUILD b/main/llvm5/APKBUILD index 547d6397b9..f900f9b7df 100644 --- a/main/llvm5/APKBUILD +++ b/main/llvm5/APKBUILD @@ -97,6 +97,7 @@ build() { -DLLVM_INCLUDE_EXAMPLES=OFF \ -DLLVM_LINK_LLVM_DYLIB=ON \ -DLLVM_TARGETS_TO_BUILD='X86;ARM;AArch64;PowerPC;SystemZ;AMDGPU;NVPTX;Mips;BPF' \ + -DLLVM_APPEND_VC_REV=OFF \ "$builddir" make llvm-tblgen |