Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/hal/probing/volume/Makefile
          +++ new/usr/src/cmd/hal/probing/volume/Makefile
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  PROG =          hald-probe-volume
  27   27  OBJS =          probe-volume.o cdutils.o fsutils.o logger.o
  28   28  SRCS =          probe-volume.c
  29   29  
  30   30  include ../../../Makefile.cmd
  31   31  include ../../Makefile.hal
  32   32  
  33   33  ROOTCMDDIR =    $(ROOTLIB_HAL)
  34   34  
  35   35  LDLIBS +=       -lc -ldbus-1 -lhal -lfstyp -lnvpair -ladm -lefi
       36 +ADJUNCT_LIBS =  libdbus-1.so
  36   37  
  37   38  CPPFLAGS +=     -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
  38   39  CPPFLAGS +=     $(HAL_DBUS_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS)
  39   40  CPPFLAGS +=     -I$(ROOT)/usr/include/hal -I../../utils -I../../hald
  40   41  CSTD =  $(CSTD_GNU99)
  41   42  
  42   43  .KEEP_STATE:
  43   44  
  44   45  all: $(PROG)
  45   46  
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX