From 7504ab4e5dbb153979333c67a8a43448040b718d Mon Sep 17 00:00:00 2001 From: Clint Moore Date: Tue, 7 Feb 2012 02:00:20 -0800 Subject: Fixes the build on OpenIndiana --- configure.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.py b/configure.py index 78428d9..ca8ba74 100755 --- a/configure.py +++ b/configure.py @@ -127,6 +127,8 @@ libs = [] if platform == 'mingw': cflags.remove('-fvisibility=hidden'); ldflags.append('-static') +elif platform == 'sunos5': + cflags.remove('-fvisibility=hidden') elif platform == 'windows': pass else: -- cgit v0.12