net-misc/bird: Useless request from b.g.o

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2021-04-11 13:16:36 +02:00
parent e2f647cdcf
commit 132dbaa94b
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
2 changed files with 8 additions and 2 deletions

View File

@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~x64-macos"
IUSE="+client debug libssh"
IUSE="+client debug libssh +lto"
RDEPEND="
client? ( sys-libs/ncurses:= )
@ -39,7 +39,12 @@ src_configure() {
--localstatedir="${EPREFIX}/var" \
$(use_enable client) \
$(use_enable debug) \
$(use_enable libssh)
$(use_enable libssh) \
$(use !lto && echo bird_cv_c_lto=no)
}
src_compile() {
emake VERBOSE=1
}
src_install() {

View File

@ -19,5 +19,6 @@
Enables <pkg>net-libs/libssh</pkg> binding, mendatory for RPKI
support
</flag>
<flag name="lto">Build with Link Time Optimization (LTO)</flag>
</use>
</pkgmetadata>