diff options
Diffstat (limited to 'dev-db/postgresql/postgresql-14_beta2.ebuild')
| -rw-r--r-- | dev-db/postgresql/postgresql-14_beta2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-14_beta2.ebuild b/dev-db/postgresql/postgresql-14_beta2.ebuild index e6463312ebcb..7cf4067cc08d 100644 --- a/dev-db/postgresql/postgresql-14_beta2.ebuild +++ b/dev-db/postgresql/postgresql-14_beta2.ebuild @@ -92,6 +92,8 @@ pkg_setup() { } src_prepare() { + eapply "${FILESDIR}"/${PN}-13.3-riscv-spinlocks.patch + # Set proper run directory sed "s|\(PGSOCKET_DIR\s\+\)\"/tmp\"|\1\"${EPREFIX}/run/postgresql\"|" \ -i src/include/pg_config_manual.h || die @@ -161,7 +163,7 @@ src_configure() { $(use_with xml libxslt) \ $(use_with zlib) \ $(use_enable nls)" - if use alpha || use riscv; then + if use alpha; then myconf+=" --disable-spinlocks" else # Should be the default but just in case |
