summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-12-09 23:00:58 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-12-09 23:01:15 +0100
commit995bdce1cfbe72851ccdc834ce6c1e23f44eafe1 (patch)
tree15834237680f5b20f904ca2ef63d87e0e694f160 /dev-db
parentdev-python/pypax: PYTHON_TARGETS+="python3_8" (diff)
downloadgentoo-995bdce1cfbe72851ccdc834ce6c1e23f44eafe1.tar.gz
gentoo-995bdce1cfbe72851ccdc834ce6c1e23f44eafe1.tar.bz2
gentoo-995bdce1cfbe72851ccdc834ce6c1e23f44eafe1.zip
dev-db/percona-server: re-add USE=pam
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/percona-server/percona-server-8.0.17.8.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-db/percona-server/percona-server-8.0.17.8.ebuild b/dev-db/percona-server/percona-server-8.0.17.8.ebuild
index e2666362cd2b..d30980a003de 100644
--- a/dev-db/percona-server/percona-server-8.0.17.8.ebuild
+++ b/dev-db/percona-server/percona-server-8.0.17.8.ebuild
@@ -34,7 +34,7 @@ HOMEPAGE="https://www.percona.com/software/mysql-database/percona-server"
DESCRIPTION="Fully compatible, enhanced and open source drop-in replacement for MySQL"
LICENSE="GPL-2"
SLOT="0"
-IUSE="cjk cracklib debug jemalloc latin1 libressl numa +perl profiling
+IUSE="cjk cracklib debug jemalloc latin1 libressl numa pam +perl profiling
rocksdb router selinux +server tcmalloc test tokudb tokudb-backup-plugin"
# Tests always fail when libressl is enabled due to hard-coded ciphers in the tests
@@ -87,6 +87,9 @@ COMMON_DEPEND="
libressl? ( dev-libs/libressl:0= )
!libressl? ( >=dev-libs/openssl-1.0.0:0= )
numa? ( sys-process/numactl )
+ server? (
+ pam? ( sys-libs/pam:0= )
+ )
tcmalloc? ( dev-util/google-perftools:0= )
"
DEPEND="${COMMON_DEPEND}
@@ -308,6 +311,7 @@ src_configure(){
mycmakeargs+=(
-DWITH_EXTRA_CHARSETS=all
-DWITH_DEBUG=$(usex debug)
+ -DWITH_PAM=$(usex pam)
)
if use profiling ; then