milestone1

This commit is contained in:
2026-05-07 04:35:57 +01:00
parent b9698beceb
commit be17bbc9bc
37 changed files with 973 additions and 317 deletions
+6
View File
@@ -11,6 +11,8 @@ patches = [
"P3-eventfd-impl.patch",
# cbindgen.toml for sys/eventfd.h C header generation
"P3-eventfd-cbindgen.patch",
# eventfd_read() and eventfd_write() helpers
"P3-eventfd-readwrite.patch",
# sys_signalfd module (cbindgen.toml + mod.rs with cbindgen exports)
"P3-signalfd-header.patch",
# signalfd implementation (signal/signalfd.rs + signal/mod.rs wiring)
@@ -52,6 +54,10 @@ patches = [
"P3-timespec-reverse-from.patch",
"P10-stack-size-8mb.patch",
"P11-getrlimit-getrusage.patch",
# Move #include <stdint.h> after size_t/ptrdiff_t typedefs in stddef.h
# to prevent recursive include chain (stdint.h → sys/types.h → pthread.h)
# from seeing undefined size_t when gnulib wrappers are present
"P3-stddef-reorder.patch",
]
[build]
+3
View File
@@ -8,6 +8,7 @@ autoreconf
[build]
template = "custom"
dependencies = ["relibc"]
script = """
DYNAMIC_INIT
COOKBOOK_CONFIGURE_FLAGS+=(
@@ -16,6 +17,8 @@ COOKBOOK_CONFIGURE_FLAGS+=(
gt_cv_locale_ja=false
gt_cv_locale_tr_utf8=false
gt_cv_locale_zh_CN=false
gl_cv_func_working_mktime=yes
ac_cv_func_getprogname=yes
)
cookbook_configure
rm -f "${COOKBOOK_STAGE}/usr/share/info/dir"