summaryrefslogtreecommitdiff
path: root/dev-db/postgresql/postgresql-9999.ebuild
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2025-03-27 13:32:48 +0000
committerPatrick Lauer <patrick@gentoo.org>2025-03-27 13:34:30 +0000
commit000c92271b727999dfff2b035b1304feb21bdd13 (patch)
tree9ab6c4d43da159b456d35856c0d8aefcd1ab66dd /dev-db/postgresql/postgresql-9999.ebuild
parent11af7530a6bcd3cc475e760595028041b4331344 (diff)
downloadgentoo-000c92271b727999dfff2b035b1304feb21bdd13.tar.gz
gentoo-000c92271b727999dfff2b035b1304feb21bdd13.tar.bz2
gentoo-000c92271b727999dfff2b035b1304feb21bdd13.zip
dev-db/postgresql: Wire up liburing 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 9790e79cd96a..5baf84577fdf 100644
--- a/dev-db/postgresql/postgresql-9999.ebuild
+++ b/dev-db/postgresql/postgresql-9999.ebuild
@@ -28,7 +28,7 @@ else
fi
IUSE="debug doc +icu kerberos ldap llvm +lz4 nls oauth pam perl python +readline
- selinux systemd ssl static-libs tcl test uuid xml zlib zstd"
+ selinux systemd ssl static-libs tcl test uring uuid xml zlib zstd"
REQUIRED_USE="
llvm? ( ${LLVM_REQUIRED_USE} )
@@ -58,6 +58,7 @@ readline? ( sys-libs/readline:0= )
ssl? ( >=dev-libs/openssl-0.9.6-r1:0= )
systemd? ( sys-apps/systemd )
tcl? ( >=dev-lang/tcl-8:0= )
+uring? ( sys-libs/liburing )
xml? (
dev-libs/libxml2
dev-libs/libxslt
@@ -176,6 +177,7 @@ src_configure() {
$(meson_feature readline)
$(meson_feature systemd)
$(meson_feature tcl pltcl)
+ $(meson_feature uring liburing)
$(meson_feature xml libxml)
$(meson_feature xml libxslt)
$(meson_feature zlib)