summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-03-09 23:07:54 -0500
committerSam James <sam@gentoo.org>2024-03-11 14:22:40 +0000
commit3bb9037a37c6b0cf4e721e9bb209bf2f8f76c3ca (patch)
tree8816fdbf3da9437751ad28de461352cb61930c93 /net-misc/aria2
parentwww-apps/sonarr: drop 4.0.2.1262 (diff)
downloadgentoo-3bb9037a37c6b0cf4e721e9bb209bf2f8f76c3ca.tar.gz
gentoo-3bb9037a37c6b0cf4e721e9bb209bf2f8f76c3ca.tar.bz2
gentoo-3bb9037a37c6b0cf4e721e9bb209bf2f8f76c3ca.zip
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>
Diffstat (limited to 'net-misc/aria2')
-rw-r--r--net-misc/aria2/aria2-1.37.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-misc/aria2/aria2-1.37.0.ebuild b/net-misc/aria2/aria2-1.37.0.ebuild
index cb760629dbc7..c22966b826cd 100644
--- a/net-misc/aria2/aria2-1.37.0.ebuild
+++ b/net-misc/aria2/aria2-1.37.0.ebuild
@@ -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() {