FreeBSD Bugzilla – Attachment 248805 Details for
Bug 277096
WITHOUT_CLANG does not exclude SANITIZER_SHAREDIR from package file list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] libclang_rt: avoid packaging share files when MK_CLANG=no
0001-libclang_rt-avoid-packaging-share-files.patch (text/plain), 826 bytes, created by
Siva Mahadevan
on 2024-02-28 00:26:10 UTC
(
hide
)
Description:
[PATCH] libclang_rt: avoid packaging share files when MK_CLANG=no
Filename:
MIME Type:
Creator:
Siva Mahadevan
Created:
2024-02-28 00:26:10 UTC
Size:
826 bytes
patch
obsolete
>From d125c017b81c0c9da3aa9b4e025ad1aefa982d9c Mon Sep 17 00:00:00 2001 >From: Siva Mahadevan <me@svmhdvn.name> >Date: Tue, 27 Feb 2024 19:16:46 -0500 >Subject: [PATCH] libclang_rt: avoid packaging share files when MK_CLANG=no > >--- > lib/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/lib/Makefile b/lib/Makefile >index 49d28c1eb97..0b694ff631e 100644 >--- a/lib/Makefile >+++ b/lib/Makefile >@@ -178,7 +178,7 @@ SUBDIR.${MK_LDNS}+= libldns > SUBDIR.${MK_STATS}+= libstats > > # The libraries under libclang_rt can only be built by clang. >-.if ${COMPILER_TYPE} == "clang" >+.if ${COMPILER_TYPE} == "clang" && ${MK_CLANG} != "no" > _libclang_rt= libclang_rt > .elif (${MK_ASAN} != "no" || ${MK_UBSAN} != "no") && make(all) > .error Requested build with sanitizers but cannot build runtime libraries! >-- >2.43.2 >
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
Actions:
View
|
Diff
Attachments on
bug 277096
: 248805