mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-13 14:43:09 +00:00
Fix for older kernels to make sure O_CLOEXEC is defined
This patch fixes an issue where I was getting build errors that O_CLOEXEC was undefined on an older 2.6.32 kernel. Even though the flag is supported in this kernel it was not getting defined.
This commit is contained in:
parent
c23e9841ee
commit
b2383227cd
@ -8,6 +8,7 @@ AM_INIT_AUTOMAKE([foreign])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_SRCDIR([lsyncd.c])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
||||
###
|
||||
# Checks for programs.
|
||||
|
Loading…
Reference in New Issue
Block a user