From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-guest-agent/
Date: Sat, 25 May 2024 08:26:18 +0000 (UTC) [thread overview]
Message-ID: <1716625531.f127c4a6b2c7ca2584b2621ea0cd96b865a3bda3.sam@gentoo> (raw)
commit: f127c4a6b2c7ca2584b2621ea0cd96b865a3bda3
Author: Krzesimir Nowak <knowak <AT> microsoft <DOT> com>
AuthorDate: Fri May 24 15:08:25 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 25 08:25:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f127c4a6
app-emulation/qemu-guest-agent: Fix cross-compilation issue
The fix is borrowed from app-emulation/qemu. Passing cross-prefix is
necessary to make meson do a cross-build, otherwise the build system
will try to use intrinsics suitable for build machine instead of host
machine, when building some crypto stuff.
Signed-off-by: Krzesimir Nowak <knowak <AT> microsoft.com>
Closes: https://github.com/gentoo/gentoo/pull/36808
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild
index 7426f9441f2a..3002f6df679d 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild
@@ -52,6 +52,9 @@ src_configure() {
--host-cc="$(tc-getBUILD_CC)"
)
+ # Meson will not use a cross-file unless cross_prefix is set.
+ tc-is-cross-compiler && myconf+=( --cross-prefix="${CHOST}-" )
+
edo ./configure "${myconf[@]}"
}
next reply other threads:[~2024-05-25 8:26 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-25 8:26 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-30 14:11 [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-guest-agent/ Sam James
2024-12-02 14:50 Sam James
2024-07-03 21:21 Matthias Maier
2024-06-02 5:12 Sam James
2024-06-02 5:12 Sam James
2024-06-02 5:12 Sam James
2024-06-02 5:12 Sam James
2024-04-29 10:36 Joonas Niilola
2024-04-29 10:36 Joonas Niilola
2024-02-03 3:50 Ionen Wolkens
2024-02-02 3:58 Sam James
2023-08-13 7:42 Joonas Niilola
2023-08-13 7:42 Joonas Niilola
2023-08-01 7:28 Sam James
2023-06-18 3:00 Matthias Maier
2023-05-05 23:32 Matthias Maier
2023-03-04 8:31 Joonas Niilola
2023-03-04 8:27 Joonas Niilola
2023-03-04 8:26 Arthur Zamarin
2022-10-26 3:25 John Helmert III
2022-10-13 14:22 John Helmert III
2022-10-12 22:56 Sam James
2022-10-12 22:56 Sam James
2022-10-12 22:56 Sam James
2021-06-12 17:13 Sam James
2021-05-23 19:04 Michał Górny
2021-05-17 7:49 Agostino Sarubbo
2021-05-17 3:01 Sam James
2021-05-16 20:05 Matthias Maier
2020-05-27 15:23 Alexey Shvetsov
2020-05-27 15:23 Alexey Shvetsov
2020-04-20 9:52 Agostino Sarubbo
2020-04-20 7:53 Agostino Sarubbo
2020-04-19 18:12 Matthias Maier
2019-07-31 11:03 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-04-29 7:14 Matthias Maier
2019-04-08 2:52 Matthias Maier
2019-01-07 0:16 Thomas Deutschmann
2019-01-06 12:26 Mikle Kolyada
2018-12-19 21:47 Matthias Maier
2018-10-20 16:07 Andreas Hüttel
2018-10-02 8:31 Mikle Kolyada
2018-10-01 21:47 Thomas Deutschmann
2018-06-29 5:33 Matthias Maier
2018-06-29 4:50 Matthias Maier
2018-06-29 4:50 Matthias Maier
2018-06-11 8:13 Agostino Sarubbo
2018-06-10 18:46 Thomas Deutschmann
2018-06-10 3:41 Matthias Maier
2018-06-10 3:31 Matthias Maier
2018-06-10 3:31 Matthias Maier
2018-03-18 21:02 Matthias Maier
2018-03-18 21:02 Matthias Maier
2018-03-18 21:02 Matthias Maier
2018-02-11 21:30 Matthias Maier
2018-02-11 21:30 Matthias Maier
2017-11-17 18:47 David Seifert
2017-11-13 3:38 Matthias Maier
2017-11-13 3:38 Matthias Maier
2017-05-03 12:27 Matthias Maier
2016-05-17 4:41 Mike Frysinger
2016-03-28 21:41 Mike Frysinger
2016-03-28 21:41 Mike Frysinger
2015-12-17 15:12 Mike Frysinger
2015-09-08 7:20 Agostino Sarubbo
2015-09-08 7:19 Agostino Sarubbo
2015-08-12 4:24 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1716625531.f127c4a6b2c7ca2584b2621ea0cd96b865a3bda3.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox