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 5 additions and 0 deletions
Showing only changes of commit 5deaeb5e51 - Show all commits

View File

@ -39,6 +39,11 @@ src_configure() {
--with-secure-path
)
econf "${myeconfargs[@]}"
for MAKEFILE in $(find -name Makefile) libtool; do
sed -i "s|/usr/bin/ar|${AR}|" "${MAKEFILE}" || \
die "Patching ${MAKEFILE} for ${AR} failed"
done
}
src_install() {