summaryrefslogtreecommitdiff
path: root/usr/src/lib/libtsalarm
diff options
context:
space:
mode:
authorky115808 <none@none>2008-01-24 13:28:55 -0800
committerky115808 <none@none>2008-01-24 13:28:55 -0800
commit2f79bea12c9814c8829dad82312f3c944423bcce (patch)
tree5f2bcf489b324d32d19fd178dad43019513c0ca4 /usr/src/lib/libtsalarm
parent004f51e0c1165c721e405c15c778669d0bcfa6e4 (diff)
downloadillumos-joyent-2f79bea12c9814c8829dad82312f3c944423bcce.tar.gz
6652632 libtsalarm needs to be compiled with a link runtime search path
Diffstat (limited to 'usr/src/lib/libtsalarm')
-rw-r--r--usr/src/lib/libtsalarm/Makefile.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/lib/libtsalarm/Makefile.com b/usr/src/lib/libtsalarm/Makefile.com
index dda18d76c1..ade91ba95e 100644
--- a/usr/src/lib/libtsalarm/Makefile.com
+++ b/usr/src/lib/libtsalarm/Makefile.com
@@ -19,7 +19,7 @@
# CDDL HEADER END
#
#
-# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
@@ -49,6 +49,7 @@ LINKED_INCL_DIRS = $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%/include)
LIBS = $(DYNLIB)
CFLAGS += $(CCVERBOSE)
LDLIBS += -L$(USR_PLAT_DIR)/$(PLATFORM)/lib -lpcp -lc
+DYNFLAGS += -R/usr/platform/$(PLATFORM)/lib
PLATLIBS = $(USR_PLAT_DIR)/$(PLATFORM)/lib
INS.slink6= $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/lib/libtsalarm.so.1 $@ $(CHOWNLINK) $(CHGRPLINK)
INS.slink7= $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/lib/libtsalarm.so $@ $(CHOWNLINK) $(CHGRPLINK)