diff options
2 files changed, 34 insertions, 2 deletions
diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet/0001-linker-script-Do-not-export-_IO_stdin_used.patch b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet/0001-linker-script-Do-not-export-_IO_stdin_used.patch new file mode 100644 index 0000000000..eafd497ae2 --- /dev/null +++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet/0001-linker-script-Do-not-export-_IO_stdin_used.patch | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | From e09ba80e342b3b24bb2a46e11dae1c30cc61c75c Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sun, 3 Sep 2023 08:48:42 -0700 | ||
| 4 | Subject: [PATCH] linker-script: Do not export _IO_stdin_used | ||
| 5 | |||
| 6 | This is glibc specific toolhain issue, it should have been handled in | ||
| 7 | toolchain instead of exposing to applications. This was done to fix | ||
| 8 | |||
| 9 | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835550 | ||
| 10 | |||
| 11 | Upstream-Status: Pending | ||
| 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 13 | --- | ||
| 14 | linker-script-binary.ver | 1 - | ||
| 15 | 1 file changed, 1 deletion(-) | ||
| 16 | |||
| 17 | diff --git a/linker-script-binary.ver b/linker-script-binary.ver | ||
| 18 | index a2780c0..f030d35 100644 | ||
| 19 | --- a/linker-script-binary.ver | ||
| 20 | +++ b/linker-script-binary.ver | ||
| 21 | @@ -1,6 +1,5 @@ | ||
| 22 | { | ||
| 23 | global: | ||
| 24 | - _IO_stdin_used; | ||
| 25 | local: | ||
| 26 | *; | ||
| 27 | }; | ||
| 28 | -- | ||
| 29 | 2.42.0 | ||
| 30 | |||
diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.32.0.bb b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.32.0.bb index cc37291c8a..20fc0f3868 100644 --- a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.32.0.bb +++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.32.0.bb | |||
| @@ -5,9 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
| 5 | DEPENDS = "gtk+3 libnma libnotify libsecret libgudev networkmanager iso-codes nss" | 5 | DEPENDS = "gtk+3 libnma libnotify libsecret libgudev networkmanager iso-codes nss" |
| 6 | 6 | ||
| 7 | GNOMEBASEBUILDCLASS = "meson" | 7 | GNOMEBASEBUILDCLASS = "meson" |
| 8 | inherit features_check gnomebase gsettings gtk-icon-cache gettext | 8 | inherit features_check gnomebase gsettings gtk-icon-cache gettext pkgconfig |
| 9 | 9 | ||
| 10 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 10 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 11 | |||
| 12 | SRC_URI:append:libc-musl = " file://0001-linker-script-Do-not-export-_IO_stdin_used.patch" | ||
| 11 | 13 | ||
| 12 | SRC_URI[archive.sha256sum] = "a2b5affa1505ad43902959fdbe09e5bcec57b11ed333fa60458ffb9c62efba38" | 14 | SRC_URI[archive.sha256sum] = "a2b5affa1505ad43902959fdbe09e5bcec57b11ed333fa60458ffb9c62efba38" |
| 13 | 15 | ||
