Skip to content

Build fixes for Solaris

Alan Coopersmith requested to merge alanc/pulseaudio:solaris into master

Fixes three problems with building on Solaris 11.4 with gcc 14.1:

  • oss: include sys/filio.h for FIONBIO definition on Solaris
  • meson: Avoid passing GNU linker arguments to Solaris linker
  • module-gsettings: include signal.h for definition of kill() on Solaris

Merge request reports

Loading