mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-03 02:10:15 +01:00
cmake: Add comment to configure checks explaining why we are not specifying HAVE_SOCKLEN_T
Bug: https://gitlab.freedesktop.org/dbus/dbus/issues/117 Reviewed-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
ae728666d5
commit
195c843b7b
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ check_type_size("long" SIZEOF_LONG)
|
|||
check_type_size("long long" SIZEOF_LONG_LONG)
|
||||
check_type_size("__int64" SIZEOF___INT64)
|
||||
set(CMAKE_EXTRA_INCLUDE_FILES "sys/socket.h")
|
||||
check_type_size("socklen_t" SOCKLEN_T) # dbus-sysdeps-unix.c
|
||||
check_type_size("socklen_t" SOCKLEN_T) # define HAVE_SOCKLEN_T and SOCKLEN_T for size
|
||||
set(CMAKE_EXTRA_INCLUDE_FILES)
|
||||
|
||||
# DBUS_INT64_TYPE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue