From 383f1d14f14ee9772a163e4b311458ed91bda53f Mon Sep 17 00:00:00 2001 From: dwarning Date: Tue, 16 Oct 2018 11:24:45 +0200 Subject: [PATCH] symbol visibility needed for codemodel loading if compiled by sun studio --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 5081f4fb3..de4432c54 100644 --- a/configure.ac +++ b/configure.ac @@ -952,15 +952,12 @@ if test "x$enable_xspice" = xyes; then ;; *solaris* ) AC_DEFINE([IPC_UNIX_SOCKETS], [1], [Client-Server via socket.]) - XSPICEDLLIBS="-ldl" + XSPICEDLLIBS="" if test -z "$has_shared_module"; then if test "x$GCC" = xyes; then CFLAGS="$CFLAGS -fvisibility=hidden" - else - CFLAGS="$CFLAGS -xldscope=hidden" fi fi - XSPICEDLLIBS="" ;; * ) AC_DEFINE([IPC_UNIX_SOCKETS], [1], [Client-Server via socket.])