Ignore:
Timestamp:
02/20/2014 09:24:55 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4dd6703
Parents:
1b83b0e0
Message:

Some tags anfix, thanks to Armin K.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12753 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    r1b83b0e0 r79d191ee  
    3939    among other things provides LAN browsing support).</para>
    4040
    41     &lfs74_checked;
     41    &lfs75_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6767    <bridgehead renderas="sect4">Required</bridgehead>
    6868    <para role="required">
    69       <xref linkend="libtirpc"/> and
    7069      <xref linkend="python2"/>
    7170    </para>
     
    112111    commands:</para>
    113112
    114 <screen><userinput>sed -i -e "/dmapi_lib/s/$/ldflags='-ltirpc',/" source3/wscript_build &amp;&amp;
    115 
    116 ./configure                            \
     113<screen><userinput>./configure                            \
    117114    --prefix=/usr                      \
    118115    --sysconfdir=/etc                  \
     
    166163  <sect2 role="commands">
    167164    <title>Command Explanations</title>
    168 
    169     <para><command>sed ... source3/wscript_build</command>:
    170     This command enables the build to complete when using libtirpc instead of
    171     the deprecated glibc rpc functions.</para>
    172 
    173     <para><parameter>--sysconfdir=/etc</parameter>: Sets the configuration
    174     file directory to avoid the default of
    175     <filename class="directory">/usr/etc</filename>.</para>
    176 
    177     <para><parameter>--localstatedir=/var</parameter>: Sets the variable
    178     data directory to avoid the default of
    179     <filename class="directory">/usr/var</filename>.</para>
    180165
    181166    <para><parameter>--enable-fhs</parameter>: Assigns all other file paths in
Note: See TracChangeset for help on using the changeset viewer.