mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
s3:configure: define _LARGEFILE64_SOURCE on QNX
This commit is contained in:
@ -622,6 +622,10 @@ exit(1);
|
||||
fi
|
||||
AC_MSG_RESULT([$GLIBC_LFS_SUPPORT])
|
||||
;;
|
||||
*qnx*)
|
||||
CPPFLAGS="-D_LARGEFILE64_SOURCE $CPPFLAGS"
|
||||
AC_DEFINE(_LARGEFILE64_SOURCE, 1, [Whether to enable large file support])
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user