net-dialup/freeradius-client: tc-export AR

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2020-06-16 09:04:21 +02:00 committed by Gitea
parent 7b88410de9
commit 7c80b25527
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
inherit autotools
inherit autotools toolchain-funcs
DESCRIPTION="FreeRADIUS Client framework"
HOMEPAGE="https://wiki.freeradius.org/project/Radiusclient"
@ -31,6 +31,8 @@ src_prepare() {
}
src_configure() {
tc-export AR
local myeconfargs=(
$(use_enable scp)
$(use_enable shadow)