mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/llvm-project: drop unused TERMINFO config flags
The build complains about these being unused so drop them.
LLVM_ENABLE_TERMINFO option is removed since llvm 19.1.0 [1]
[1] 852aaf5407
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
[Romain: add upstream commit link]
Signed-off-by: Romain Naour <romain.naour@smile.fr>
This commit is contained in:
committed by
Romain Naour
parent
3138c577f4
commit
4db67464dd
@@ -131,10 +131,6 @@ LLVM_CONF_OPTS += -DENABLE_CRASH_OVERRIDES=ON
|
||||
HOST_LLVM_CONF_OPTS += -DLLVM_ENABLE_FFI=OFF
|
||||
LLVM_CONF_OPTS += -DLLVM_ENABLE_FFI=OFF
|
||||
|
||||
# Disable terminfo database (needs ncurses libtinfo.so)
|
||||
HOST_LLVM_CONF_OPTS += -DLLVM_ENABLE_TERMINFO=OFF
|
||||
LLVM_CONF_OPTS += -DLLVM_ENABLE_TERMINFO=OFF
|
||||
|
||||
# Enable thread support
|
||||
HOST_LLVM_CONF_OPTS += -DLLVM_ENABLE_THREADS=ON
|
||||
LLVM_CONF_OPTS += -DLLVM_ENABLE_THREADS=ON
|
||||
|
||||
Reference in New Issue
Block a user