security/klee: Unbreak the build after USES=llvm change.
Reported by: pkg-fallout
Fixes: 08807ad950
This commit is contained in:
parent
b033cb2058
commit
b9cdee141b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ SHEBANG_FILES= tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool tools/kle
|
|||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_OFF= ENABLE_POSIX_RUNTIME ENABLE_UNIT_TESTS ENABLE_SYSTEM_TESTS
|
||||
CMAKE_ARGS= -DLLVM_CONFIG_BINARY=${LOCALBASE}/bin/llvm-config13 \
|
||||
CMAKE_ARGS= -DLLVM_CONFIG_BINARY=${LOCALBASE}/bin/${LLVM_CONFIG} \
|
||||
-DMAKE_BINARY=${LOCALBASE}/bin/gmake
|
||||
|
||||
OPTIONS_DEFINE= TCMALLOC
|
||||
|
|
Loading…
Reference in a new issue