diff options
Diffstat (limited to 'app-admin/sudo/sudo-1.6.8_p12.ebuild')
-rw-r--r-- | app-admin/sudo/sudo-1.6.8_p12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/sudo/sudo-1.6.8_p12.ebuild b/app-admin/sudo/sudo-1.6.8_p12.ebuild index ff06f00bed28..28f0e59bd0dd 100644 --- a/app-admin/sudo/sudo-1.6.8_p12.ebuild +++ b/app-admin/sudo/sudo-1.6.8_p12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.6.8_p12.ebuild,v 1.1 2005/11/12 12:14:49 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.6.8_p12.ebuild,v 1.2 2005/12/25 14:18:27 flameeyes Exp $ -inherit eutils pam +inherit eutils pam flag-o-matic # TODO: Fix support for krb4 and krb5 @@ -116,7 +116,7 @@ src_compile() { $(use_with ldap) || die # disallow lazy bindings - emake SUDO_LDFLAGS="-Wl,-z,now" || die + emake SUDO_LDFLAGS="$(bindnow-flags)" || die } src_install() { |