aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ltmain.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ltmain.sh b/ltmain.sh
index 8f8f6fb..7906169 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -1055,6 +1055,11 @@ if test -z "$show_help"; then
major=
versuffix=
verstring="0.0"
+ case "$version_type" in
+ sunos)
+ versuffix=".0.0"
+ ;;
+ esac
fi
# Check to see if the archive will have undefined symbols.