summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2017-07-13 15:13:20 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2017-07-13 15:13:20 -0400
commita32a4854505b9d10b2f70279a73ce510baf01533 (patch)
treedaed613245a4bd051098082cbf28e4195485703e /dev-db
parentdev-db/postgresql: Spinlocks, pushd, and man (diff)
downloadgentoo-a32a4854505b9d10b2f70279a73ce510baf01533.tar.gz
gentoo-a32a4854505b9d10b2f70279a73ce510baf01533.tar.bz2
gentoo-a32a4854505b9d10b2f70279a73ce510baf01533.zip
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
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql/postgresql-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
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) \