summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2022-03-31 10:50:10 +0300
committerSergey Popov <pinkbyte@gentoo.org>2022-03-31 10:51:23 +0300
commitc96c1ecd22c1fda96cb02bed3e33d7643e383996 (patch)
tree4e890975b169eaeaf8eb076907db0a5a928e7b47 /dev-libs/xmlrpc-c
parentvirtual/dist-kernel: Remove old (diff)
downloadgentoo-c96c1ecd22c1fda96cb02bed3e33d7643e383996.tar.gz
gentoo-c96c1ecd22c1fda96cb02bed3e33d7643e383996.tar.bz2
gentoo-c96c1ecd22c1fda96cb02bed3e33d7643e383996.zip
dev-libs/xmlrpc-c: fix tests
Reported-by: Toralf Förster <toralf@gentoo.org> Closes: https://bugs.gentoo.org/836469 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'dev-libs/xmlrpc-c')
-rw-r--r--dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
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
index 29b329aaa875..54cf9c58c907 100644
--- a/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild
+++ b/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -64,6 +64,8 @@ multilib_src_configure() {
multilib_src_compile() {
default_src_compile
+ # Needed for tests, bug #836469
+ cp "${BUILD_DIR}"/include/xmlrpc-c/config.h "${S}"/include/xmlrpc-c || die
# Tools building is broken in this release
#multilib_is_native_abi && use tools && emake -rC "${S}"/tools
}