mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
networkmanager: remove obsolete CLAGS extension
Compilation with musl has been fixed by upstream[1], no need for custom CFLAGS for this anymore. [1]: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/d38b5d92ee66b0243fd5ea6d8fdf58a456e3a5f4 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -72,13 +72,6 @@ EXTRA_OEMESON = "\
|
|||||||
-Dman=false \
|
-Dman=false \
|
||||||
"
|
"
|
||||||
|
|
||||||
# stolen from https://github.com/void-linux/void-packages/blob/master/srcpkgs/NetworkManager/template
|
|
||||||
# avoids:
|
|
||||||
# | ../NetworkManager-1.16.0/libnm-core/nm-json.c:106:50: error: 'RTLD_DEEPBIND' undeclared (first use in this function); did you mean 'RTLD_DEFAULT'?
|
|
||||||
CFLAGS:append:libc-musl = " \
|
|
||||||
-DRTLD_DEEPBIND=0 \
|
|
||||||
"
|
|
||||||
|
|
||||||
# networkmanager-1.52.0/src/nmcli/agent.c:88:29: error: incompatible function pointer types assigning to 'rl_hook_func_t *' (aka 'int (*)(void)') from 'int (const char *, int)' [-Wincompatible-function-pointer-types]
|
# networkmanager-1.52.0/src/nmcli/agent.c:88:29: error: incompatible function pointer types assigning to 'rl_hook_func_t *' (aka 'int (*)(void)') from 'int (const char *, int)' [-Wincompatible-function-pointer-types]
|
||||||
# 88 | rl_startup_hook = set_deftext;
|
# 88 | rl_startup_hook = set_deftext;
|
||||||
# | ^ ~~~~~~~~~~~
|
# | ^ ~~~~~~~~~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user