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

only be delivered on PackageHub for now.

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql13?expand=0&rev=19
This commit is contained in:
Reinhard Max 2021-03-15 19:41:39 +00:00 committed by Git OBS Bridge
parent 35033e90c1
commit 8c0d5c510c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 15 19:29:39 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.
-------------------------------------------------------------------
Tue Mar 9 13:52:19 UTC 2021 - Reinhard Max <max@suse.com>

View File

@ -88,7 +88,7 @@ BuildRequires: %libpq
%bcond_with systemd
%bcond_with systemd_notify
%endif
%if 0%{?is_opensuse} && 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90
%if 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90
%bcond_without llvm
%else
# LLVM is currently unsupported on SLE, so don't use it