mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-misc/aria2: make sure elibtoolize is applied
Needed to e.g. pass LTO warning flags through to the linker. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit bash-completion-r1
|
||||
inherit bash-completion-r1 libtool
|
||||
|
||||
DESCRIPTION="A download utility with segmented downloading with BitTorrent support"
|
||||
HOMEPAGE="https://aria2.github.io/"
|
||||
@@ -112,6 +112,8 @@ src_prepare() {
|
||||
-e '/^@ENABLE_BITTORRENT_TRUE@ LpdMessageDispatcherTest/d' \
|
||||
-e '/^@ENABLE_BITTORRENT_TRUE@ LpdMessageReceiverTest/d' \
|
||||
test/Makefile.in || die
|
||||
|
||||
elibtoolize
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user