Skip to content

Commit f86f879

Browse files
committed
Merge branch 'PHP-8.4'
2 parents ce882e6 + 200e4f5 commit f86f879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/ext/sysvsem/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ target_sources(
7474

7575
cmake_push_check_state(RESET)
7676
set(CMAKE_EXTRA_INCLUDE_FILES "sys/types.h;sys/ipc.h;sys/sem.h")
77-
check_type_size("union semun" UNION_SEMUN)
77+
check_type_size("union semun" PHP_EXT_SYSVSEM_UNION_SEMUN)
78+
set(HAVE_UNION_SEMUN ${HAVE_PHP_EXT_SYSVSEM_UNION_SEMUN})
7879
cmake_pop_check_state()
7980

8081
set(HAVE_SYSVSEM TRUE)

0 commit comments

Comments
 (0)