View | Details | Raw Unified
Collapse All | Expand All

(-) gnuradius-1.5.ebuild (-2 / +2 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.5.ebuild,v 1.2 2007/09/06 11:59:48 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.5.ebuild,v 1.2 2007/09/06 11:59:48 armin76 Exp $
inherit libtool eutils
inherit libtool eutils pam
MY_P="${P#gnu}"
MY_P="${P#gnu}"
 Lines 42-48    Link Here 
	local additional_conf=""
	local additional_conf=""
	if use pam ; then
	if use pam ; then
		additional_conf="--with-pamdir=/$(get_libdir)/security"
		additional_conf="--with-pamdir=$(getpam_mod_dir)"
	fi
	fi
	econf --enable-client \
	econf --enable-client \
		$(use_with guile) \
		$(use_with guile) \