aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/etc/poudriere.d/patches/postgresql16-gssapi.patch.pkg_repository
diff options
context:
space:
mode:
Diffstat (limited to 'files/usr/local/etc/poudriere.d/patches/postgresql16-gssapi.patch.pkg_repository')
-rw-r--r--files/usr/local/etc/poudriere.d/patches/postgresql16-gssapi.patch.pkg_repository14
1 files changed, 6 insertions, 8 deletions
diff --git a/files/usr/local/etc/poudriere.d/patches/postgresql16-gssapi.patch.pkg_repository b/files/usr/local/etc/poudriere.d/patches/postgresql16-gssapi.patch.pkg_repository
index 0cf4e61..6b9c807 100644
--- a/files/usr/local/etc/poudriere.d/patches/postgresql16-gssapi.patch.pkg_repository
+++ b/files/usr/local/etc/poudriere.d/patches/postgresql16-gssapi.patch.pkg_repository
@@ -1,9 +1,9 @@
---- databases/postgresql16-server/Makefile 2024-10-03 10:26:11.600924000 -0400
-+++ databases/postgresql16-server/Makefile 2024-10-03 10:46:16.602335000 -0400
-@@ -119,12 +119,15 @@
+--- databases/postgresql16-server/Makefile 2024-11-21 20:15:39.008621000 -0500
++++ databases/postgresql16-server/Makefile 2024-11-21 20:19:16.406249000 -0500
+@@ -118,18 +118,26 @@
.if !defined(SLAVE_ONLY)
- OPTIONS_DEFINE+= NLS PAM GSSAPI OPTIMIZED_CFLAGS DEBUG DOCS
+ OPTIONS_DEFINE+= NLS PAM GSSAPI OPTIMIZED_CFLAGS DEBUG DOCS SSL
-KRB5_DESC= Build with kerberos provider support
+OPTIONS_SINGLE+= GSSAPI
+OPTIONS_SINGLE_GSSAPI= GSSAPI_NONE GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT
@@ -18,9 +18,7 @@
-HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos
-GSSAPI_DESC= Build with GSSAPI support
OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3)
-
- OPTIONS_DEFINE+= SSL
-@@ -132,7 +135,12 @@
+ SSL_DESC= Build with OpenSSL support
OPTIONS_DEFAULT+= SSL
@@ -34,7 +32,7 @@
.endif # !SLAVE_ONLY
SSL_USES= ssl
-@@ -175,36 +183,7 @@
+@@ -172,36 +180,7 @@
.endif
.if !defined(SLAVE_ONLY)