mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
build: no --export-dynamic ldflags for Solaris
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
committed by
Philip Withnall
parent
8e49fba3f3
commit
670d6d390a
@@ -165,7 +165,7 @@ static guint64 mount_poller_time = 0;
|
|||||||
#endif
|
#endif
|
||||||
#elif defined (HAVE_SYS_MNTTAB_H)
|
#elif defined (HAVE_SYS_MNTTAB_H)
|
||||||
#include <sys/mnttab.h>
|
#include <sys/mnttab.h>
|
||||||
#ifdef _sun
|
#if defined(__sun) && !defined(mnt_opts)
|
||||||
#define mnt_opts mnt_mntopts
|
#define mnt_opts mnt_mntopts
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@@ -2027,6 +2027,8 @@ elif host_system == 'cygwin'
|
|||||||
export_dynamic_ldflags = ['-Wl,--export-all-symbols']
|
export_dynamic_ldflags = ['-Wl,--export-all-symbols']
|
||||||
elif host_system == 'darwin'
|
elif host_system == 'darwin'
|
||||||
export_dynamic_ldflags = []
|
export_dynamic_ldflags = []
|
||||||
|
elif host_system == 'sunos'
|
||||||
|
export_dynamic_ldflags = []
|
||||||
else
|
else
|
||||||
export_dynamic_ldflags = ['-Wl,--export-dynamic']
|
export_dynamic_ldflags = ['-Wl,--export-dynamic']
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user