diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2017-07-13 15:13:20 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2017-07-13 15:13:20 -0400 |
commit | a32a4854505b9d10b2f70279a73ce510baf01533 (patch) | |
tree | daed613245a4bd051098082cbf28e4195485703e | |
parent | dev-db/postgresql: Spinlocks, pushd, and man (diff) | |
download | gentoo-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
-rw-r--r-- | dev-db/postgresql/postgresql-9999.ebuild | 1 |
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) \ |