[BACK]Return to configure.local.example CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/configure.local.example between version 1.16 and 1.17

version 1.16, 2016/07/19 22:40:33 version 1.17, 2016/07/20 14:03:06
Line 129  LD_OHASH="-lutil"
Line 129  LD_OHASH="-lutil"
   
 CFLAGS="${CFLAGS} -I/usr/local/include"  CFLAGS="${CFLAGS} -I/usr/local/include"
   
 # Some platforms may need additional linker flags to link against libmandoc  # Some platforms may need an additional linker flag for nanosleep(2).
 # that are not autodetected.  # If none is needed or it is -lrt, it is autodetected.
 # For example, Solaris 9 and 10 need -lrt for nanosleep(2).  # Otherwise, set the following variable.
   
 LDADD="-lrt"  LD_NANOSLEEP="-lrt"
   
   # Some platforms might need additional linker flags to link against
   # libmandoc that are not autodetected, though no such cases are
   # currently known.
   
   LDADD="-lm"
   
 # Some systems may want to set additional linker flags for all the  # Some systems may want to set additional linker flags for all the
 # binaries, not only for those using libmandoc, for example for  # binaries, not only for those using libmandoc, for example for

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb