svn commit: r352753 - stable/12/share/man/man5

Ed Maste emaste at FreeBSD.org
Thu Sep 26 15:52:42 UTC 2019


Author: emaste
Date: Thu Sep 26 15:52:42 2019
New Revision: 352753
URL: https://svnweb.freebsd.org/changeset/base/352753

Log:
  src.conf.5: regen after r352752, WITH_BIND_NOW
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/12/share/man/man5/src.conf.5

Modified: stable/12/share/man/man5/src.conf.5
==============================================================================
--- stable/12/share/man/man5/src.conf.5	Thu Sep 26 15:50:18 2019	(r352752)
+++ stable/12/share/man/man5/src.conf.5	Thu Sep 26 15:52:42 2019	(r352753)
@@ -1,6 +1,6 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
 .\" $FreeBSD$
-.Dd July 24, 2019
+.Dd September 26, 2019
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -170,6 +170,11 @@ Set to not build or install
 associated utilities, and examples.
 .Pp
 This option only affects amd64/amd64.
+.It Va WITH_BIND_NOW
+Build all binaries with the
+.Dv DF_BIND_NOW
+flag set to indicate that the run-time loader should perform all relocation
+processing at process startup rather than on demand.
 .It Va WITHOUT_BINUTILS
 Set to not build or install GNU
 .Xr as 1 ,
@@ -234,8 +239,6 @@ Set to build some programs without
 support, like
 .Xr fingerd 8 ,
 .Xr ftpd 8 ,
-.Xr rlogind 8 ,
-.Xr rshd 8 ,
 and
 .Xr sshd 8 .
 .It Va WITHOUT_BLUETOOTH
@@ -256,6 +259,11 @@ and related programs.
 .It Va WITHOUT_BSD_CPIO
 Set to not build the BSD licensed version of cpio based on
 .Xr libarchive 3 .
+.It Va WITH_BSD_CRTBEGIN
+Enable the BSD licensed
+.Pa crtbegin.o
+and
+.Pa crtend.o .
 .It Va WITH_BSD_GREP
 Install BSD-licensed grep as '[ef]grep' instead of GNU grep.
 .It Va WITHOUT_BSNMP


More information about the svn-src-all mailing list