From 2b34f52b019a001fbe8aea743e95f7a86751fcc9 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 4 Oct 2019 13:23:25 -0700 Subject: build: no --export-dynamic ldflags for Solaris Signed-off-by: Alan Coopersmith --- gio/gunixmounts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gio/gunixmounts.c') diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index 1e45a5b13..cbf2ee99e 100644 --- a/gio/gunixmounts.c +++ b/gio/gunixmounts.c @@ -165,7 +165,7 @@ static guint64 mount_poller_time = 0; #endif #elif defined (HAVE_SYS_MNTTAB_H) #include -#ifdef _sun +#if defined(__sun) && !defined(mnt_opts) #define mnt_opts mnt_mntopts #endif #endif -- cgit v1.2.1