dev-db/postgresql: Disable Spinlocks on Alpha
authorAaron W. Swenson <titanofold@gentoo.org>
Thu, 13 Jul 2017 19:13:20 +0000 (15:13 -0400)
committerAaron W. Swenson <titanofold@gentoo.org>
Thu, 13 Jul 2017 19:13:20 +0000 (15:13 -0400)
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

index 6c6a2cb394629bfbcc655306c5c161fed9c5895b..300a8efb7935096ae4fc1f4cfee37fdccd852bb8 100644 (file)
@@ -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) \