View | Details | Raw Unified | Return to bug 241053
Collapse All | Expand All

(-)postgresql12-server/Makefile (+8 lines)
Lines 218-226 Link Here
218
# so configure's -lgssapi_krb5 won't go.
218
# so configure's -lgssapi_krb5 won't go.
219
LDFLAGS+=	-lgssapi
219
LDFLAGS+=	-lgssapi
220
LDFLAGS_SL+=	-lgssapi
220
LDFLAGS_SL+=	-lgssapi
221
PLIST_SUB+=	GSSAPI=""
221
.endif
222
.endif
222
.else
223
.else
223
CONFIGURE_ARGS+=--without-gssapi
224
CONFIGURE_ARGS+=--without-gssapi
225
PLIST_SUB+=	GSSAPI="@comment "
224
.endif
226
.endif
225
227
226
.  if ${PORT_OPTIONS:MMIT_KRB5}
228
.  if ${PORT_OPTIONS:MMIT_KRB5}
Lines 239-244 Link Here
239
CONFIGURE_ARGS+=--with-krb5
241
CONFIGURE_ARGS+=--with-krb5
240
.  endif
242
.  endif
241
243
244
.  if ${PORT_OPTIONS:MSSL}
245
PLIST_SUB+=	SSL=""
246
.  else
247
PLIST_SUB+=	SSL="@comment "
248
.  endif
249
242
.endif # !SLAVE_ONLY
250
.endif # !SLAVE_ONLY
243
251
244
# For testing files in FILESDIR
252
# For testing files in FILESDIR
(-)postgresql12-server/pkg-plist-server (-3 / +3 lines)
Lines 338-347 Link Here
338
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/auth-scram.bc
338
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/auth-scram.bc
339
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/auth.bc
339
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/auth.bc
340
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-fsstubs.bc
340
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-fsstubs.bc
341
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-gssapi-common.bc
341
%%LLVM%%%%GSSAPI%%lib/postgresql/bitcode/postgres/libpq/be-gssapi-common.bc
342
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure-common.bc
342
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure-common.bc
343
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure-gssapi.bc
343
%%LLVM%%%%GSSAPI%%lib/postgresql/bitcode/postgres/libpq/be-secure-gssapi.bc
344
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure-openssl.bc
344
%%LLVM%%%%SSL%%lib/postgresql/bitcode/postgres/libpq/be-secure-openssl.bc
345
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure.bc
345
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure.bc
346
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/crypt.bc
346
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/crypt.bc
347
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/hba.bc
347
%%LLVM%%lib/postgresql/bitcode/postgres/libpq/hba.bc

Return to bug 241053