mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-13 07:29:10 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1240 af4574ff-66df-0310-9fd7-8a98e5e911e0
21 lines
819 B
XML
21 lines
819 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>--sysconfdir=/etc</command> : Sets the configuration file directory to
|
|
avoid the default of <filename class="directory">/usr/etc</filename>.</para>
|
|
|
|
<para><command>--libexecdir=/usr/sbin</command> : Puts the server executables in
|
|
<filename class="directory">/usr/sbin</filename> instead of <filename
|
|
class="directory">/usr/libexec</filename>.</para>
|
|
|
|
<para><command>--enable-ldbm</command> : Build <command>slapd</command>
|
|
with primary database backend using either <application>Berkeley
|
|
DB</application> or
|
|
<application><acronym>GNU</acronym> Database Manager</application>.</para>
|
|
|
|
<para><command>--disable-debug</command> : Disable debugging code.</para>
|
|
|
|
<para><command>make test</command> : Validate correct build of the package.</para>
|
|
|
|
</sect2>
|