mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-09 00:10:21 +03:00
dev-db/postgresql: Add numa support in -9999
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
<flag name="llvm">
|
||||
Add support for llvm JIT engine
|
||||
</flag>
|
||||
<flag name="numa">
|
||||
Add support for NUMA
|
||||
</flag>
|
||||
<flag name="oauth">
|
||||
Enable OAuth2 authentication support
|
||||
</flag>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user