mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-10 13:55:33 +00:00
- Fixes https://github.com/termux/termux-packages/issues/23981 - In a way, reverts https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/398 (introduced in dbus version 1.15.8)
23 lines
576 B
Diff
23 lines
576 B
Diff
A way of reverting this upstream change:
|
|
https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/398
|
|
|
|
Fixes https://github.com/termux/termux-packages/issues/23981
|
|
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -810,13 +810,7 @@ config.set('HAVE_FSTATFS',
|
|
)
|
|
)
|
|
|
|
-config.set10('HAVE_DECL_SYS_PIDFD_OPEN',
|
|
- cc.has_header_symbol(
|
|
- 'sys/syscall.h',
|
|
- 'SYS_pidfd_open',
|
|
- args: compile_args_c,
|
|
- )
|
|
-)
|
|
+config.set10('HAVE_DECL_SYS_PIDFD_OPEN', false)
|
|
|
|
###############################################################################
|
|
# Project options
|