[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.22 and 1.24

version 1.22, 2016/11/19 15:24:51 version 1.24, 2017/02/08 16:11:41
Line 140  CFLAGS="${CFLAGS} -I/usr/local/include"
Line 140  CFLAGS="${CFLAGS} -I/usr/local/include"
   
 LD_NANOSLEEP="-lrt"  LD_NANOSLEEP="-lrt"
   
   # Some platforms may need an additional linker flag for recvmsg(2).
   # If none is needed or it is -lsocket, it is autodetected.
   # Otherwise, set the following variable.
   
   LD_RECVMSG="-lsocket"
   
 # Some platforms might need additional linker flags to link against  # Some platforms might need additional linker flags to link against
 # libmandoc that are not autodetected, though no such cases are  # libmandoc that are not autodetected, though no such cases are
 # currently known.  # currently known.
Line 211  STATIC="-static -pthread"
Line 217  STATIC="-static -pthread"
 WWWPREFIX="/var/www"  WWWPREFIX="/var/www"
 HTDOCDIR="${WWWPREFIX}/htdocs"  HTDOCDIR="${WWWPREFIX}/htdocs"
 CGIBINDIR="${WWWPREFIX}/cgi-bin"  CGIBINDIR="${WWWPREFIX}/cgi-bin"
   
   # --- user settings related to catman ----------------------------------
   
   # By default, building mandocd(8) and catman(8) is disabled.
   # To enable it, use the following line.
   
   BUILD_CATMAN=1
   
 # --- settings that rarely need to be touched --------------------------  # --- settings that rarely need to be touched --------------------------
   

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.24

CVSweb