Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlrpc-c/
Date: Thu, 31 Mar 2022 07:52:47
Message-Id: 1648713083.c96c1ecd22c1fda96cb02bed3e33d7643e383996.pinkbyte@gentoo
1 commit: c96c1ecd22c1fda96cb02bed3e33d7643e383996
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 07:50:10 2022 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 07:51:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96c1ecd
7
8 dev-libs/xmlrpc-c: fix tests
9
10 Reported-by: Toralf Förster <toralf <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/836469
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
14
15 dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild
19 index 29b329aaa875..54cf9c58c907 100644
20 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild
21 +++ b/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -64,6 +64,8 @@ multilib_src_configure() {
29
30 multilib_src_compile() {
31 default_src_compile
32 + # Needed for tests, bug #836469
33 + cp "${BUILD_DIR}"/include/xmlrpc-c/config.h "${S}"/include/xmlrpc-c || die
34 # Tools building is broken in this release
35 #multilib_is_native_abi && use tools && emake -rC "${S}"/tools
36 }