Skip to content

Solaris build fixes

Alan Coopersmith requested to merge alanc/glib:solaris-build-fixes into master

Fix glib builds on Solaris by not passing --export-dynamic to the linker (not needed, nor accepted, by the Solaris linker), and by adding a #define to take care of the different name of mnt_opts in the Solaris struct mntent.

Merge request reports