- Re-enable build of the llvmjit subpackage on SLE, but it will

only be delivered on PackageHub for now (boo#1183118).

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=130
This commit is contained in:
Reinhard Max 2021-05-18 13:45:07 +00:00 committed by Git OBS Bridge
parent 8eea7d87ce
commit ea1306cd9b
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 18 13:43:45 UTC 2021 - Reinhard Max <max@suse.com>
- Re-enable build of the llvmjit subpackage on SLE, but it will
only be delivered on PackageHub for now (boo#1183118).
-------------------------------------------------------------------
Mon Jan 25 08:56:54 UTC 2021 - Reinhard Max <max@suse.com>

View File

@ -29,10 +29,9 @@
%bcond_with systemd
%endif
%if 0%{?is_opensuse} && 0%{?suse_version} >= 1500 && %pgmajor >= 11 && %pgmajor < 90
%if 0%{?suse_version} >= 1500 && %pgmajor >= 11 && %pgmajor < 90
%bcond_without llvm
%else
# LLVM is currently unsupported on SLE, so don't use it
%bcond_with llvm
%endif