FreeBSD Bugzilla – Attachment 218743 Details for
Bug 250346
databases/postgresql13-server: LLVM now disabled entirely
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch
postgresql13-llvm.diff (text/plain), 788 bytes, created by
Christian Ullrich
on 2020-10-14 15:24:10 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Christian Ullrich
Created:
2020-10-14 15:24:10 UTC
Size:
788 bytes
patch
obsolete
>commit 45119706a9250ac253c09c0134e268d3ed09e07b >Author: Christian Ullrich <chris@chrullrich.net> >Date: Wed Oct 14 15:40:54 2020 +0200 > > Fix options breakage from r551702. > > Make LLVM option work again on everything but powerpc64. > >diff --git a/databases/postgresql13-server/Makefile b/databases/postgresql13-server/Makefile >index 0a76811d3137..7e4d5161c526 100644 >--- a/databases/postgresql13-server/Makefile >+++ b/databases/postgresql13-server/Makefile >@@ -100,7 +100,7 @@ DTRACE_INSTALL_TARGET= install > OPTIONS_DEFINE+= LLVM > OPTIONS_DEFAULT+= LLVM > LLVM_DESC= Build with support for JIT-compiling expressions >-OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_powerpc64_${OSREL:R}} >+OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} > OPTIONS_EXCLUDE_powerpc64_12= LLVM > .endif >
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 Raw
Actions:
View
Attachments on
bug 250346
: 218743