* [Buildroot] [PATCH v2] package/mpg123: fix linking error
@ 2023-08-08 6:54 Waldemar Brodkorb
2023-08-22 21:40 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2023-08-08 6:54 UTC (permalink / raw)
To: buildroot
This was introduced since commit f8af24707b196eb64121d29a829fc31b5506409c.
Patch was provided by upstream:
https://sourceforge.net/p/mpg123/bugs/353/
Fixes:
- http://autobuild.buildroot.net/results/74e/74e1522cc9328c98186ca730eeb7ce0cb5fbbcb5
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
v1 -> v2:
- add a specific autobuild failure
- use Fixes: for link to autobuilder
- add a reference to a buildroot commit, when the problem was
introduced
---
package/mpg123/0001-mpg123-buildfix.patch | 24 +++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 package/mpg123/0001-mpg123-buildfix.patch
diff --git a/package/mpg123/0001-mpg123-buildfix.patch b/package/mpg123/0001-mpg123-buildfix.patch
new file mode 100644
index 0000000000..cc731ea967
--- /dev/null
+++ b/package/mpg123/0001-mpg123-buildfix.patch
@@ -0,0 +1,24 @@
+Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
+Upstream: https://sourceforge.net/p/mpg123/bugs/353/
+
+diff -Nur mpg123-1.31.3.orig/src/libmpg123/getcpuflags.h mpg123-1.31.3/src/libmpg123/getcpuflags.h
+--- mpg123-1.31.3.orig/src/libmpg123/getcpuflags.h 2023-03-15 09:02:58.000000000 +0100
++++ mpg123-1.31.3/src/libmpg123/getcpuflags.h 2023-08-07 15:57:19.444106173 +0200
+@@ -44,6 +44,8 @@
+
+ unsigned int getcpuflags(struct cpuflags* cf);
+
++#if ((defined OPT_X86) || (defined OPT_X86_64) || (defined OPT_NEON) || (defined OPT_NEON64)) && (defined OPT_MULTI)
++
+ #ifdef WANT_GETCPUFLAGS
+ #include <string.h>
+ // Wrapper needed for ignorant clang memory sanitizer that chokes
+@@ -55,8 +57,6 @@
+ }
+ #endif
+
+-#if ((defined OPT_X86) || (defined OPT_X86_64) || (defined OPT_NEON) || (defined OPT_NEON64)) && (defined OPT_MULTI)
+-
+ // We really evaluate the CPU flags.
+ #define OPT_CPU_FLAGS
+
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH v2] package/mpg123: fix linking error
2023-08-08 6:54 [Buildroot] [PATCH v2] package/mpg123: fix linking error Waldemar Brodkorb
@ 2023-08-22 21:40 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-22 21:40 UTC (permalink / raw)
To: Waldemar Brodkorb; +Cc: buildroot
On Tue, 8 Aug 2023 08:54:49 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:
> This was introduced since commit f8af24707b196eb64121d29a829fc31b5506409c.
>
> Patch was provided by upstream:
> https://sourceforge.net/p/mpg123/bugs/353/
>
> Fixes:
> - http://autobuild.buildroot.net/results/74e/74e1522cc9328c98186ca730eeb7ce0cb5fbbcb5
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
> v1 -> v2:
> - add a specific autobuild failure
> - use Fixes: for link to autobuilder
> - add a reference to a buildroot commit, when the problem was
> introduced
> ---
> package/mpg123/0001-mpg123-buildfix.patch | 24 +++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
> create mode 100644 package/mpg123/0001-mpg123-buildfix.patch
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-22 21:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-08 6:54 [Buildroot] [PATCH v2] package/mpg123: fix linking error Waldemar Brodkorb
2023-08-22 21:40 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox