Build fixes for Solaris
Fixes three problems with building on Solaris 11.4 with gcc 14.1:
- oss: include
sys/filio.h
forFIONBIO
definition on Solaris - meson: Avoid passing GNU linker arguments to Solaris linker
- module-gsettings: include
signal.h
for definition ofkill()
on Solaris