summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-03-30 15:55:57 -0400
committerMike Frysinger <vapier@gentoo.org>2016-03-30 18:01:21 -0400
commit7998e81a4b5423a4501ee8faee05089c9f3df7c5 (patch)
treeabe8d8a8fb8e2e7279e9d64217a446ac2f240256 /sys-libs/glibc/files
parentsys-libs/glibc: add few more upstream fixes #578602 (diff)
downloadgentoo-7998e81a4b5423a4501ee8faee05089c9f3df7c5.tar.gz
gentoo-7998e81a4b5423a4501ee8faee05089c9f3df7c5.tar.bz2
gentoo-7998e81a4b5423a4501ee8faee05089c9f3df7c5.zip
sys-libs/glibc: add USE=rpc to control obsolete RPC/NIS APIs #381391 #576278
Diffstat (limited to 'sys-libs/glibc/files')
-rw-r--r--sys-libs/glibc/files/eblits/src_configure.eblit2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/files/eblits/src_configure.eblit b/sys-libs/glibc/files/eblits/src_configure.eblit
index 99964fbee98e..41ba5ddf7ad0 100644
--- a/sys-libs/glibc/files/eblits/src_configure.eblit
+++ b/sys-libs/glibc/files/eblits/src_configure.eblit
@@ -113,7 +113,7 @@ glibc_do_configure() {
--with-bugurl=http://bugs.gentoo.org/
--with-pkgversion="$(glibc_banner)"
$(use_multiarch || echo --disable-multi-arch)
- --enable-obsolete-rpc
+ $(in_iuse rpc && use_enable rpc obsolete-rpc || echo --enable-obsolete-rpc)
$(in_iuse systemtap && use_enable systemtap)
$(in_iuse nscd && use_enable nscd)
${EXTRA_ECONF}