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