Changeset 67e58a5 for networking


Ignore:
Timestamp:
03/13/2014 12:28:48 AM (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.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:
a4d9519
Parents:
1aa7f593
Message:

Updates to libsecret-0.18, gnome-video-effects-0.4.1, mpg123-1.19.0, cups-filters-1.0.48, libfm-1.2.0, pcmanfm-1.2.0 and Samba 4.1.6. Archive LXShortcut-0.1.2. Thanks Armin K. for fixes in libsecret-0.18 and Samba 4.1.6.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    r1aa7f593 r67e58a5  
    77  <!ENTITY samba-download-http "http://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  "ftp://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    9   <!ENTITY samba-md5sum        "71658f34cfdcffe3f48c0df5f4b08d79">
     9  <!ENTITY samba-md5sum        "9dc64658c0cc81e7637f9b975c19638c">
    1010  <!ENTITY samba-size          "23 MB">
    1111  <!ENTITY samba-buildsize     "468 MB (additional 27 MB for the quicktest,
     
    111111    commands:</para>
    112112
    113 <screen><userinput>./configure                            \
    114     --prefix=/usr                      \
    115     --sysconfdir=/etc                  \
    116     --localstatedir=/var               \
    117     --with-piddir=/run/samba           \
    118     --with-pammodulesdir=/lib/security \
    119     --enable-fhs                       \
    120     --enable-nss-wrapper               &amp;&amp;
     113<screen><userinput>sed -e "s:(Function \*)callback:(rl_command_func_t \*)callback:g" \
     114    -i libcli/smbreadline/smbreadline.c &amp;&amp;
     115./configure                             \
     116    --prefix=/usr                       \
     117    --sysconfdir=/etc                   \
     118    --localstatedir=/var                \
     119    --with-piddir=/run/samba            \
     120    --with-pammodulesdir=/lib/security  \
     121    --enable-fhs                        \
     122    --enable-nss-wrapper                &amp;&amp;
    121123
    122124make</userinput></screen>
     
    163165  <sect2 role="commands">
    164166    <title>Command Explanations</title>
     167
     168    <para><command>sed -e "s:(Functon ...</command>: Fix build with
     169    <application>readline-6.x</application> (x > 2).</para>
    165170
    166171    <para><parameter>--enable-fhs</parameter>: Assigns all other file paths in
Note: See TracChangeset for help on using the changeset viewer.