mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
gnutls is required for samba. I'm amazed nobody has seen this before,
but reading the wscript files seems to confirm git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22701 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b023f19a19
commit
bfa397b8e1
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "15"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "16"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2020">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "February 15th, &year;">
|
||||
<!ENTITY releasedate "February 16th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -41,6 +41,15 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>February 16th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Add gnutls as a required dependency of samba.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>February 15th, 2020</para>
|
||||
<itemizedlist>
|
||||
|
@ -64,6 +64,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gnutls"/>,
|
||||
<xref linkend="jansson"/>,
|
||||
<xref linkend="libtirpc"/>,
|
||||
<xref linkend="lmdb"/>,
|
||||
@ -91,7 +92,6 @@
|
||||
<xref linkend="gdb"/>,
|
||||
<xref linkend="git"/>,
|
||||
<xref linkend="gnupg2"/> (required for ADS and testsuite),
|
||||
<xref linkend="gnutls"/>,
|
||||
<xref linkend="libaio"/>,
|
||||
<xref linkend="libarchive"/>,
|
||||
<xref linkend="libcap-pam"/>,
|
||||
|
Loading…
Reference in New Issue
Block a user