mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Package update:
Update to libnsl-2.0.0 Add dependencies on libnsl to several packages where they were missing
This commit is contained in:
parent
05bf4cb82e
commit
673c07088d
@ -93,6 +93,7 @@
|
||||
<xref linkend="docbook-utils"/>,
|
||||
<xref linkend="gpgme"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="libnsl"/>,
|
||||
<xref linkend="vala"/>, and
|
||||
<ulink url="http://download.mono-project.com/sources/gtk-sharp/">Gtk#</ulink> (requires
|
||||
<ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>)
|
||||
|
@ -76,8 +76,10 @@
|
||||
|
||||
<bridgehead renderas="sect3">Pth Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gcc"/> (for gfortran)
|
||||
<xref linkend="gcc"/> (for gfortran) and
|
||||
<xref linkend="libnsl"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -88,6 +88,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="libnsl"/> and
|
||||
<ulink url="https://www.gnu.org/software/libffcall/">libffcall</ulink>
|
||||
</para>
|
||||
|
||||
|
@ -120,7 +120,8 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="sqlite"/> and
|
||||
<xref linkend="libnsl"/>,
|
||||
<xref linkend="sqlite"/>, and
|
||||
<xref linkend="tk"/>
|
||||
</para>
|
||||
|
||||
|
@ -42,6 +42,16 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>September 3rd, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to libnsl-2.0.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;15410">#15410</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>September 1st, 2021</para>
|
||||
<itemizedlist>
|
||||
|
@ -100,6 +100,7 @@
|
||||
<xref linkend="libdvdcss"/>,
|
||||
<xref linkend="libmad"/>,
|
||||
<xref linkend="libmng"/>,
|
||||
<xref linkend="libnsl"/>,
|
||||
<xref linkend="libtheora"/>,
|
||||
<xref linkend="libva"/> (requires <xref role="nodep" linkend="glu"/>),
|
||||
<xref linkend="libvdpau"/>,
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY libnsl-download-http "https://github.com/thkukuk/libnsl/releases/download/v&libnsl-version;/libnsl-&libnsl-version;.tar.xz">
|
||||
<!ENTITY libnsl-download-ftp " ">
|
||||
<!ENTITY libnsl-md5sum "9214f674bd0c2bcfdd6c1da0cadb061f">
|
||||
<!ENTITY libnsl-size "314 KB">
|
||||
<!ENTITY libnsl-buildsize "8.4 MB">
|
||||
<!ENTITY libnsl-time "0.1 SBU">
|
||||
<!ENTITY libnsl-md5sum "1e8c0615071ea13202452304de1eaab9">
|
||||
<!ENTITY libnsl-size "280 KB">
|
||||
<!ENTITY libnsl-buildsize "3.2 MB">
|
||||
<!ENTITY libnsl-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libnsl" xreflabel="libnsl-&libnsl-version;">
|
||||
@ -105,8 +105,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>autoreconf -fi &&
|
||||
./configure --sysconfdir=/etc --disable-static &&
|
||||
<screen><userinput>./configure --sysconfdir=/etc --disable-static &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -633,7 +633,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY libnl-version "3.5.0">
|
||||
<!ENTITY libnl-dl-version "3_5_0">
|
||||
<!ENTITY libnma-version "1.8.32">
|
||||
<!ENTITY libnsl-version "1.3.0">
|
||||
<!ENTITY libnsl-version "2.0.0">
|
||||
<!ENTITY libpcap-version "1.10.1">
|
||||
<!ENTITY libpsl-version "0.21.1">
|
||||
<!ENTITY libndp-version "1.8">
|
||||
|
@ -80,6 +80,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="libnsl"/> and
|
||||
<xref linkend="xmlto"/>
|
||||
</para>
|
||||
|
||||
|
@ -74,6 +74,7 @@
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<!-- <xref linkend="tcl"/> and -->
|
||||
<xref linkend="libnsl"/> and
|
||||
<xref linkend="sharutils"/> (for the <command>uudecode</command> command)
|
||||
|
||||
<!--,
|
||||
|
@ -90,6 +90,11 @@
|
||||
<xref linkend="which"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="libnsl"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/sawfish"/></para>
|
||||
|
||||
|
@ -104,6 +104,7 @@
|
||||
<xref linkend="GConf"/>,
|
||||
<xref linkend="graphviz"/>,
|
||||
<xref linkend="libidn"/> (required, if you wish to run the test suite),
|
||||
<xref linkend="libnsl"/>,
|
||||
<xref linkend="NetworkManager"/>,
|
||||
<xref linkend="sqlite"/> (required for the Contact Availability Prediction
|
||||
plugin),
|
||||
|
Loading…
Reference in New Issue
Block a user