Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2019 10:10:56 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515099 - head/databases/postgresql11-server
Message-ID:  <201910211010.x9LAAuPb082003@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910211010.x9LAAuPb082003>