From 2f79bea12c9814c8829dad82312f3c944423bcce Mon Sep 17 00:00:00 2001 From: ky115808 Date: Thu, 24 Jan 2008 13:28:55 -0800 Subject: 6652632 libtsalarm needs to be compiled with a link runtime search path --- usr/src/lib/libtsalarm/Makefile.com | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/src/lib/libtsalarm') 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) -- cgit v1.2.3