diff options
author | 2022-10-21 00:37:41 +0100 | |
---|---|---|
committer | 2022-10-21 00:37:57 +0100 | |
commit | 3c9adb7c0e66fda67b6c0624a251fcb496881162 (patch) | |
tree | 22d26ebe1b593610030c15f2546250a875688598 /net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild | |
parent | net-libs/libmicrohttpd: fixed tests with LTO (diff) | |
download | gentoo-3c9adb7c0e66fda67b6c0624a251fcb496881162.tar.gz gentoo-3c9adb7c0e66fda67b6c0624a251fcb496881162.tar.bz2 gentoo-3c9adb7c0e66fda67b6c0624a251fcb496881162.zip |
net-libs/libmicrohttpd: adjust ebuild layout
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild')
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild index c8f52e4fc451..91a33a5ffc66 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild @@ -12,8 +12,6 @@ HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} -PATCHES=( "${FILESDIR}"/${P}-fix-testsuite-with-lto.patch ) - LICENSE="LGPL-2.1+" SLOT="0/12" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" @@ -28,6 +26,8 @@ BDEPEND="ssl? ( virtual/pkgconfig )" DOCS=( AUTHORS NEWS COPYING README ChangeLog ) +PATCHES=( "${FILESDIR}"/${P}-fix-testsuite-with-lto.patch ) + multilib_src_configure() { ECONF_SOURCE="${S}" \ econf \ |