summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-07-07 03:29:19 +0000
committerMike Frysinger <vapier@gentoo.org>2012-07-07 03:29:19 +0000
commit787b0fac0e954058372936b243ec7ccb05f48c5f (patch)
tree08f506ed8c58b228ddac236ac7ab130e77723b33 /sys-apps/shadow/shadow-4.1.5.ebuild
parentversion bump (diff)
downloadgentoo-2-787b0fac0e954058372936b243ec7ccb05f48c5f.tar.gz
gentoo-2-787b0fac0e954058372936b243ec7ccb05f48c5f.tar.bz2
gentoo-2-787b0fac0e954058372936b243ec7ccb05f48c5f.zip
Fix building when rpc support is disabled #425052 by Dustin Polke.
Diffstat (limited to 'sys-apps/shadow/shadow-4.1.5.ebuild')
-rw-r--r--sys-apps/shadow/shadow-4.1.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/shadow/shadow-4.1.5.ebuild b/sys-apps/shadow/shadow-4.1.5.ebuild
index 9c471941b273..46bf46ffd21a 100644
--- a/sys-apps/shadow/shadow-4.1.5.ebuild
+++ b/sys-apps/shadow/shadow-4.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.1.5.ebuild,v 1.4 2012/05/31 07:53:20 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.1.5.ebuild,v 1.5 2012/07/07 03:29:19 vapier Exp $
inherit eutils libtool toolchain-funcs pam multilib
@@ -53,6 +53,7 @@ src_compile() {
$(use_enable nls) \
$(use_with elibc_glibc nscd) \
$(use_with xattr attr)
+ has_version 'sys-libs/uclibc[-rpc]' && sed -i '/RLOGIN/d' config.h #425052
emake || die
}