From a32a4854505b9d10b2f70279a73ce510baf01533 Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Thu, 13 Jul 2017 15:13:20 -0400 Subject: [PATCH] dev-db/postgresql: Disable Spinlocks on Alpha For the live ebuild (9999), disabling spinlocks on Alpha as it is no longer supported upstream. Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- dev-db/postgresql/postgresql-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 6c6a2cb39462..300a8efb7935 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -147,6 +147,7 @@ src_configure() { --mandir="${PO}/usr/share/postgresql-${SLOT}/man" \ --sysconfdir="${PO}/etc/postgresql-${SLOT}" \ --with-system-tzdata="${PO}/usr/share/zoneinfo" \ + $(use_enable !alpha spinlocks) \ $(use_enable !pg_legacytimestamp integer-datetimes) \ $(use_enable threads thread-safety) \ $(use_with kerberos gssapi) \ -- 2.26.2