summaryrefslogtreecommitdiff
path: root/dev-db/postgresql/postgresql-9999.ebuild
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2025-04-09 15:24:18 +0000
committerPatrick Lauer <patrick@gentoo.org>2025-04-09 15:25:43 +0000
commitd7ae5366335b7f9d687896a33ff77d28960dcda4 (patch)
treeb334e8283edbe222ecebae27241906a6b6eea7df /dev-db/postgresql/postgresql-9999.ebuild
parent2feb9981099d4e3f1d8d0e2e248c07af502ff36b (diff)
downloadgentoo-d7ae5366335b7f9d687896a33ff77d28960dcda4.tar.gz
gentoo-d7ae5366335b7f9d687896a33ff77d28960dcda4.tar.bz2
gentoo-d7ae5366335b7f9d687896a33ff77d28960dcda4.zip
dev-db/postgresql: Add numa support in -9999
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/postgresql-9999.ebuild')
-rw-r--r--dev-db/postgresql/postgresql-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild
index fdfe4c333e47..2447d33b3159 100644
--- a/dev-db/postgresql/postgresql-9999.ebuild
+++ b/dev-db/postgresql/postgresql-9999.ebuild
@@ -27,7 +27,7 @@ else
S="${WORKDIR}/${PN}-${MY_PV}"
fi
-IUSE="debug doc +icu kerberos ldap llvm +lz4 nls oauth pam perl python +readline
+IUSE="debug doc +icu kerberos ldap llvm +lz4 nls numa oauth pam perl python +readline
selinux systemd ssl static-libs tcl test uring uuid xml zlib zstd"
REQUIRED_USE="
@@ -50,6 +50,7 @@ llvm? ( $(llvm_gen_dep '
llvm-core/llvm:${LLVM_SLOT}
') )
lz4? ( app-arch/lz4 )
+numa? ( sys-process/numactl )
oauth? ( net-misc/curl[adns] )
pam? ( sys-libs/pam )
perl? ( >=dev-lang/perl-5.14:= )
@@ -170,6 +171,7 @@ src_configure() {
$(meson_feature llvm)
$(meson_feature lz4)
$(meson_feature nls)
+ $(meson_feature numa libnuma)
$(meson_feature oauth libcurl)
$(meson_feature pam)
$(meson_feature perl plperl)