patch things for zig compatibility

This commit is contained in:
DubbleClick
2025-06-22 15:52:01 +07:00
parent 1a4296386a
commit 9a98fd9cff
4 changed files with 8 additions and 4 deletions

View File

@@ -26,8 +26,11 @@ trait ldap
'--disable-slapd',
'--without-systemd',
'--without-cyrus-sasl',
'--without-cyrus-sasl',
'ac_cv_func_pthread_kill_other_threads_np=no'
)
->appendEnv([
'CFLAGS' => '-Wno-date-time',
'LDFLAGS' => "-L{$this->getLibDir()}",
'CPPFLAGS' => "-I{$this->getIncludeDir()}",
])