1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit autotools flag-o-matic
8 DESCRIPTION="FreeRADIUS Client framework"
9 HOMEPAGE="https://wiki.freeradius.org/project/Radiusclient"
10 SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz"
14 KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
16 IUSE="scp shadow static-libs"
19 !net-dialup/radiusclient-ng
25 BUGS doc/{ChangeLog,login.example,release-method.txt,instop.html}
26 README.{radexample,rst}
30 "${FILESDIR}/${PN}-1.1.7-ar-configure.in.patch"
31 "${FILESDIR}/${PN}-1.1.7-configure-clang16.patch"
36 mv configure.in configure.ac || die \
37 "Renaming configure.in to configure.ac failed"
43 # -Werror=lto-type-mismatch
44 # https://bugs.gentoo.org/927175
45 # https://github.com/FreeRADIUS/freeradius-client/issues/128
53 econf "${myeconfargs[@]}"
58 newdoc doc/README README.login.example
61 find "${ED}" -name '*.a' -delete