We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce882e6 + 200e4f5 commit f86f879Copy full SHA for f86f879
cmake/ext/sysvsem/CMakeLists.txt
@@ -74,7 +74,8 @@ target_sources(
74
75
cmake_push_check_state(RESET)
76
set(CMAKE_EXTRA_INCLUDE_FILES "sys/types.h;sys/ipc.h;sys/sem.h")
77
- check_type_size("union semun" UNION_SEMUN)
+ check_type_size("union semun" PHP_EXT_SYSVSEM_UNION_SEMUN)
78
+ set(HAVE_UNION_SEMUN ${HAVE_PHP_EXT_SYSVSEM_UNION_SEMUN})
79
cmake_pop_check_state()
80
81
set(HAVE_SYSVSEM TRUE)
0 commit comments