]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
disable llvm jit until changes for opaque pointers are merged; rel 2 auto/th/postgresql-15.3-2
authorJan Palus <atler@pld-linux.org>
Thu, 25 May 2023 10:46:32 +0000 (12:46 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 25 May 2023 10:46:32 +0000 (12:46 +0200)
see:
https://www.postgresql.org/message-id/flat/CA%2BhUKGKNX_%3Df%2B1C4r06WETKTq0G4Z_7q4L4Fxn5WWpMycDj9Fw%40mail.gmail.com

postgresql.spec

index 637fee50d9e576d790e49c51777595b364bef6d5..4d399c99951d638b56e094195c95c5f46e14706a 100644 (file)
@@ -9,7 +9,7 @@
 %bcond_without tests                   # disable testing
 %bcond_without tcl                     # disable Tcl support
 %bcond_without kerberos5               # disable kerberos5 support
-%bcond_without llvm                    # disable llvm based JIT support
+%bcond_with    llvm                    # disable llvm based JIT support
 %bcond_without perl                    # disable Perl support
 %bcond_without python                  # disable Python support
 %bcond_with    bonjour                 # Bonjour/DNS_SD support
@@ -35,7 +35,7 @@ Summary(uk.UTF-8):    PostgreSQL - система керування базами 
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:          postgresql
 Version:       %{mver}.3
-Release:       1
+Release:       2
 License:       BSD
 Group:         Applications/Databases
 Source0:       https://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
This page took 0.232945 seconds and 4 git commands to generate.