[BACK]Return to Bugs CVS log [TXT][DIR] Up to [contributed] / dgamelaunch-openbsd

File: [contributed] / dgamelaunch-openbsd / Bugs (download)

Revision 1.3, Tue Mar 16 10:10:55 2021 UTC (3 years, 1 month ago) by rubenllorente
Branch: MAIN
Changes since 1.2: +1 -1 lines

OpenBSD seems not to suport the shared semaphores needed by --enable-shmem, so I am preventing it from even trying to compile if passed this option

* Enabling shared memory when running OpenBSD causes dgamelaunch to crash when a user attempts to watch some other user play. This seems to be due to the fact that shared semaphores are not supported by sem_init() in OpenBSD.