build: glib build fix (suppress impl-func-decl error), suppress curl/git

- glib: add -Dc_args=-Wno-error=implicit-function-declaration
- curl, git: suppressed from full config (not needed for boot)
- dbus: -Depoll=disabled for relibc compat
- Makefile: cache auto-commit after successful build
This commit is contained in:
2026-04-28 09:32:24 +01:00
parent 81fc490769
commit 908f5a7914
+2 -1
View File
@@ -18,5 +18,6 @@ script = """
DYNAMIC_INIT DYNAMIC_INIT
cookbook_meson \ cookbook_meson \
-Ddefault_library=shared \ -Ddefault_library=shared \
-Dxattr=false -Dxattr=false \
-Dc_args=-Wno-error=implicit-function-declaration
""" """