FreeBSD Bugzilla – Attachment 244917 Details for
Bug 273801
devel/llvm13: llvm1[012345] is missing a required shared library: libelf.so.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
596020b97c.patch (text/plain), 1.04 KB, created by
Ivan Rozhuk
on 2023-09-16 05:37:33 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2023-09-16 05:37:33 UTC
Size:
1.04 KB
patch
obsolete
>From 596020b97cec7ec8e85ff022e82ef44ba3f667e4 Mon Sep 17 00:00:00 2001 >From: Rozhuk Ivan <rozhuk.im@gmail.com> >Date: Sat, 16 Sep 2023 08:35:28 +0300 >Subject: [PATCH] devel/llvm15: openmp: force use libelf from base sys; disable > use libffi > >--- > devel/llvm15/Makefile | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/devel/llvm15/Makefile b/devel/llvm15/Makefile >index ef43132df0eb..c284e0f6d73f 100644 >--- a/devel/llvm15/Makefile >+++ b/devel/llvm15/Makefile >@@ -83,6 +83,12 @@ CMAKE_ARGS+= -DLLVM_ENABLE_LIBXML2=OFF > CMAKE_ARGS+= -DLLVM_ENABLE_LIBEDIT=OFF > # LLVM likes to pick up ${LOCALBASE}/lib/libtinfo.so.* > CMAKE_ARGS+= -DLLVM_ENABLE_TERMINFO=OFF >+# Use system libelf >+CMAKE_ARGS+= -DLIBOMPTARGET_DEP_LIBELF_INCLUDE_DIR="/usr/include/libelf.h" >+CMAKE_ARGS+= -DLIBOMPTARGET_DEP_LIBELF_LIBRARIES="/usr/lib/libelf.so" >+# Disable libffi >+CMAKE_ARGS+= -DLIBOMPTARGET_DEP_LIBFFI_INCLUDE_DIR="" >+CMAKE_ARGS+= -DLIBOMPTARGET_DEP_LIBFFI_LIBRARIES="" > > # Disable assertions. They should be disabled by cmake, but USES=cmake > # overrides -DCMAKE_*_FLAGS_RELEASE.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rozhuk.im
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 273801
: 244917