diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2016-10-28 12:15:05 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2016-10-28 12:15:47 -0400 |
commit | d10f1bdd33c918e33ce8a69c6214810a1cb31d04 (patch) | |
tree | 88045895c52073514c6c8ef19103733fa6de9d7b /dev-db/postgresql/postgresql-9.5.5.ebuild | |
parent | sys-kernel/gentoo-sources: Linux patch 4.8.5 (diff) | |
download | gentoo-d10f1bdd33c918e33ce8a69c6214810a1cb31d04.tar.gz gentoo-d10f1bdd33c918e33ce8a69c6214810a1cb31d04.tar.bz2 gentoo-d10f1bdd33c918e33ce8a69c6214810a1cb31d04.zip |
dev-db/postgresql: Fix broken/improve no-server patches
9.4 and 9.5 had a small change to a section that is modified by the
patch, thus causing failure.
Further, pgbench was added back in as it is a client program that does
not need the server to be on the same machine.
Lastly, the 9.6 no-server patch was incomplete and allowed the entire
backend to be built when only the headers are needed…theoretically.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-db/postgresql/postgresql-9.5.5.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-9.5.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-9.5.5.ebuild b/dev-db/postgresql/postgresql-9.5.5.ebuild index 886d41c6fc10..2a094d5a4793 100644 --- a/dev-db/postgresql/postgresql-9.5.5.ebuild +++ b/dev-db/postgresql/postgresql-9.5.5.ebuild @@ -117,7 +117,7 @@ src_prepare() { # hardened and non-hardened environments. (Bug #528786) sed 's/@install_bin@/install -c/' -i src/Makefile.global.in || die - use server || epatch "${FILESDIR}/${PN}-${SLOT}-no-server.patch" + use server || epatch "${FILESDIR}/${PN}-9.5.5-no-server.patch" # Fix bug 486556 where the server would crash at start up because of # an infinite loop caused by a self-referencing symlink. |