llvm-core/llvm: Remove obsolete LIBFFI_* overrides

Remove the obsolete `LIBFFI_*` path overrides.  Upstream code is finally
using pkg-config.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-06-21 09:01:05 +02:00
parent 5deb530d60
commit f62c5b4b9f

View File

@@ -418,9 +418,6 @@ multilib_src_configure() {
-DLLVM_HOST_TRIPLE="${CHOST}"
-DFFI_INCLUDE_DIR="${ffi_cflags#-I}"
-DFFI_LIBRARY_DIR="${ffi_ldflags#-L}"
-DPython3_EXECUTABLE="${PYTHON}"
# disable OCaml bindings (now in dev-ml/llvm)