pkgsStatic.llvm_14: fix build
This commit is contained in:
parent
71b3cef6db
commit
723a5645b5
@ -148,6 +148,7 @@ in stdenv.mkDerivation (rec {
|
|||||||
# Disables building of shared libs, -fPIC is still injected by cc-wrapper
|
# Disables building of shared libs, -fPIC is still injected by cc-wrapper
|
||||||
"-DLLVM_ENABLE_PIC=OFF"
|
"-DLLVM_ENABLE_PIC=OFF"
|
||||||
"-DLLVM_BUILD_STATIC=ON"
|
"-DLLVM_BUILD_STATIC=ON"
|
||||||
|
"-DLLVM_LINK_LLVM_DYLIB=off"
|
||||||
# libxml2 needs to be disabled because the LLVM build system ignores its .la
|
# libxml2 needs to be disabled because the LLVM build system ignores its .la
|
||||||
# file and doesn't link zlib as well.
|
# file and doesn't link zlib as well.
|
||||||
# https://github.com/ClangBuiltLinux/tc-build/issues/150#issuecomment-845418812
|
# https://github.com/ClangBuiltLinux/tc-build/issues/150#issuecomment-845418812
|
||||||
|
Loading…
Reference in New Issue
Block a user