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

Merged
alarig merged 2 commits from net-dialup/freeradius-client into master 2020-06-16 12:26:10 +02:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit b2a6fe73fc - Show all commits

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)