diff options
author | Marek Szuba <marecki@gentoo.org> | 2024-03-11 15:37:25 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2024-03-11 15:39:33 +0000 |
commit | c5a27c6941db488ac3b99eb691c16d999ab3408c (patch) | |
tree | ddcd9e01f74d52ea5895ed58a9f9a35e287ab6aa /dev-libs/isa-l_crypto/isa-l_crypto-2.24.0.ebuild | |
parent | dev-libs/isa-l: fix slibtool build failures (diff) | |
download | gentoo-c5a27c6941db488ac3b99eb691c16d999ab3408c.tar.gz gentoo-c5a27c6941db488ac3b99eb691c16d999ab3408c.tar.bz2 gentoo-c5a27c6941db488ac3b99eb691c16d999ab3408c.zip |
dev-libs/isa-l_crypto: fix slibtool build failures
Closes: https://bugs.gentoo.org/924403
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-libs/isa-l_crypto/isa-l_crypto-2.24.0.ebuild')
-rw-r--r-- | dev-libs/isa-l_crypto/isa-l_crypto-2.24.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/isa-l_crypto/isa-l_crypto-2.24.0.ebuild b/dev-libs/isa-l_crypto/isa-l_crypto-2.24.0.ebuild index 5ea355130d4b..fba607e71b42 100644 --- a/dev-libs/isa-l_crypto/isa-l_crypto-2.24.0.ebuild +++ b/dev-libs/isa-l_crypto/isa-l_crypto-2.24.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,6 +24,7 @@ BDEPEND="amd64? ( )" PATCHES=( + "${FILESDIR}"/${PN}-2.24.0_fix-shebang.patch "${FILESDIR}"/${PN}-2.24.0_makefile-no-D.patch ) |