svn commit: r515099 - head/databases/postgresql11-server

Palle Girgensohn girgen at FreeBSD.org
Mon Oct 21 10:10:57 UTC 2019


Author: girgen
Date: Mon Oct 21 10:10:56 2019
New Revision: 515099
URL: https://svnweb.freebsd.org/changeset/ports/515099

Log:
  Fix PLIST problems when building with LLVM but without GSSAPI or OPENSSL.
  
  PR:		241166
  Submitted by:	Artyom Davidov

Modified:
  head/databases/postgresql11-server/pkg-plist-server

Modified: head/databases/postgresql11-server/pkg-plist-server
==============================================================================
--- head/databases/postgresql11-server/pkg-plist-server	Mon Oct 21 10:09:16 2019	(r515098)
+++ head/databases/postgresql11-server/pkg-plist-server	Mon Oct 21 10:10:56 2019	(r515099)
@@ -330,7 +330,7 @@ lib/postgresql/utf8_and_win.so
 %%LLVM%%lib/postgresql/bitcode/postgres/libpq/auth.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-fsstubs.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure-common.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure-openssl.bc
+%%LLVM%%%%SSL%%lib/postgresql/bitcode/postgres/libpq/be-secure-openssl.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/libpq/crypt.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/libpq/hba.bc


More information about the svn-ports-head mailing list