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/mandoc/Makefile.common
          +++ new/usr/src/cmd/mandoc/Makefile.common
↓ open down ↓ 77 lines elided ↑ open up ↑
  78   78  
  79   79  # XXX gcc 4.4.4 false positive
  80   80  roff.o :=       CERRWARN += -_gcc=-Wno-uninitialized
  81   81  
  82   82  CFLAGS +=       $(CC_VERBOSE)
  83   83  CSTD=           $(CSTD_GNU99)
  84   84  
  85   85  CPPFLAGS +=     -DOSNAME="\"illumos\"" -D_FILE_OFFSET_BITS=64
  86   86  
  87   87  LDLIBS +=       -lz
       88 +ADJUNCT_LIBS += libz.so
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX