changeset 13308:88e7226e3a15

562 FMA support for SMF can't load libfmevent Reviewed by: danmcd@nexenta.com Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
author Richard Lowe <richlowe@richlowe.net>
date Thu, 17 Mar 2011 02:50:37 -0400
parents b78ce5a9eedd
children b4a945297226
files usr/src/cmd/svc/startd/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/svc/startd/Makefile	Sat Mar 19 16:59:43 2011 -0700
+++ b/usr/src/cmd/svc/startd/Makefile	Thu Mar 17 02:50:37 2011 -0400
@@ -87,8 +87,8 @@
 	-luutil
 
 LDLIBS_i386 +=	-lgrubmgmt
-LDLIBS +=	$(LDLIBS_$(MACH)) -L $(ROOT)/usr/lib/fm -lfmevent
-LDFLAGS +=	-R /usr/lib/fm
+LDLIBS +=	$(LDLIBS_$(MACH)) -L $(ROOT)/lib/fm -lfmevent
+LDFLAGS +=	-R /lib/fm
 
 FILEMODE = 0555