Print this page
NEX-17829 libfmd_snmp and snmp-notify should provide FMRIs for all fault types
Reviewed by: Cynthia Eastham <cynthia.eastham@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/fm/libfmnotify/Makefile.com
          +++ new/usr/src/lib/fm/libfmnotify/Makefile.com
↓ open down ↓ 36 lines elided ↑ open up ↑
  37   37  
  38   38  SRCDIR =        ../common
  39   39  
  40   40  CSTD = $(CSTD_GNU99)
  41   41  
  42   42  CPPFLAGS += -I../common -I.
  43   43  CFLAGS += $(CCVERBOSE) $(C_BIGPICFLAGS)
  44   44  CFLAGS64 += $(CCVERBOSE) $(C_BIGPICFLAGS)
  45   45  
  46   46  $(DYNLIB) := LDLIBS += $(MACH_LDLIBS)
  47      -$(DYNLIB) := LDLIBS += -lnvpair -lc -lfmd_msg -lfmevent -lscf -ldiagcode
       47 +$(DYNLIB) := LDLIBS += -lnvpair -lc -lfmd_msg -lfmevent -lscf -ldiagcode -ltopo
  48   48  
  49   49  LINTFLAGS = -msux
  50   50  LINTFLAGS64 = -msux -m64
  51   51  
  52   52  $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
  53   53  $(LINTLIB) := LINTFLAGS = -nsvx
  54   54  $(LINTLIB) := LINTFLAGS64 = -nsvx -m64
  55   55  
  56   56  .KEEP_STATE:
  57   57  
  58   58  all: $(LIBS)
  59   59  
  60   60  lint: $(LINTLIB) lintcheck
  61   61  
  62   62  include ../../../Makefile.targ
  63   63  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX