summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorAndrew Stormont <astormont@racktopsystems.com>2016-11-20 18:29:51 +0000
committerRichard Lowe <richlowe@richlowe.net>2016-11-23 12:51:00 -0500
commit47ff90e995f44b90222db09f7182cd25109d9b46 (patch)
tree2c695cb40a303963b12393d634d21ca7534c4b59 /usr/src
parent82201043d5f4a0049e59f7176465e780eb8d8730 (diff)
downloadillumos-joyent-47ff90e995f44b90222db09f7182cd25109d9b46.tar.gz
7610 SGSPROTO bits are built without SONAME for some reason
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/cmd/sgs/Makefile.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/sgs/Makefile.com b/usr/src/cmd/sgs/Makefile.com
index 38f138d24b..328ccde722 100644
--- a/usr/src/cmd/sgs/Makefile.com
+++ b/usr/src/cmd/sgs/Makefile.com
@@ -21,6 +21,7 @@
#
# Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright 2016 RackTop Systems.
#
.KEEP_STATE:
@@ -120,7 +121,7 @@ CHKMSGFLAGS = $(SGSMSGTARG:%=-m %) $(SGSMSGCHK:%=-m %)
# Native targets should use the minimum of ld(1) flags to allow building on
# previous releases. We use mapfiles to scope, but don't bother versioning.
-native := DYNFLAGS = -R$(SGSPROTO) -L$(SGSPROTO) $(ZNOVERSION)
+native := DYNFLAGS = -R$(SGSPROTO) -L$(SGSPROTO) $(ZNOVERSION) $(HSONAME)
# Comment out the following two lines to have the sgs built from the system
# link-editor, rather than the local proto link-editor.