Revert "net-misc/bird: Useless request from b.g.o"
This reverts commit 132dbaa94b
.
This commit is contained in:
parent
132dbaa94b
commit
8410d5e4e2
|
@ -12,7 +12,7 @@ LICENSE="GPL-2"
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64 ~x86 ~x64-macos"
|
KEYWORDS="~amd64 ~arm64 ~x86 ~x64-macos"
|
||||||
IUSE="+client debug libssh +lto"
|
IUSE="+client debug libssh"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
client? ( sys-libs/ncurses:= )
|
client? ( sys-libs/ncurses:= )
|
||||||
|
@ -39,12 +39,7 @@ src_configure() {
|
||||||
--localstatedir="${EPREFIX}/var" \
|
--localstatedir="${EPREFIX}/var" \
|
||||||
$(use_enable client) \
|
$(use_enable client) \
|
||||||
$(use_enable debug) \
|
$(use_enable debug) \
|
||||||
$(use_enable libssh) \
|
$(use_enable libssh)
|
||||||
$(use !lto && echo bird_cv_c_lto=no)
|
|
||||||
}
|
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
emake VERBOSE=1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|
|
@ -19,6 +19,5 @@
|
||||||
Enables <pkg>net-libs/libssh</pkg> binding, mendatory for RPKI
|
Enables <pkg>net-libs/libssh</pkg> binding, mendatory for RPKI
|
||||||
support
|
support
|
||||||
</flag>
|
</flag>
|
||||||
<flag name="lto">Build with Link Time Optimization (LTO)</flag>
|
|
||||||
</use>
|
</use>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|
Loading…
Reference in a new issue