diff options
author | Karlson2k (Evgeny Grin) <k2k@narod.ru> | 2022-10-17 20:49:04 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-21 00:34:16 +0100 |
commit | 2f2316ccd5516c31dd42a90ffde9ff9ab89d9b88 (patch) | |
tree | 3340d4901a69a43d3bba986c8181e03e89fa4252 /net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild | |
parent | dev-lang/zig: use standard CMake procedure for building/installing (diff) | |
download | gentoo-2f2316ccd5516c31dd42a90ffde9ff9ab89d9b88.tar.gz gentoo-2f2316ccd5516c31dd42a90ffde9ff9ab89d9b88.tar.bz2 gentoo-2f2316ccd5516c31dd42a90ffde9ff9ab89d9b88.zip |
net-libs/libmicrohttpd: fixed tests with LTO
Bug: https://bugs.gentoo.org/877447
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/27823
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild')
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild index ab61a1435f63..e9712aa82f66 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.74.ebuild @@ -12,6 +12,8 @@ HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} +PATCHES=( "${FILESDIR}"/${PN}-0.9.75-fix-testsuite-with-lto.patch ) + LICENSE="LGPL-2.1+" SLOT="0/12" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |