Ignore:
Timestamp:
04/26/2015 07:14:06 PM (9 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.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5d5234b
Parents:
3776752
Message:

Update to p11-kit-0.23.1.
Update to nettle-3.1.1.
Update to gnutls-3.4.0.
emacs-24.5: code broken with gnutls-3.4 and later.
samba-4.2.1: fix some code when building with gnutls-3.4 and later.
neon-0.30.1: fix some code when building with gnutls-3.4 and later.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/emacs.xml

    r3776752 rb9abcb5  
    6666      <xref linkend="GConf"/>,
    6767      <xref linkend="giflib"/>,
    68       <xref linkend="gnutls"/>,
     68      <xref linkend="gnutls"/> (currently broken),
    6969      <xref linkend="gobject-introspection"/>,
    7070      <xref linkend="gsettings-desktop-schemas"/>,
     
    100100
    101101<screen><userinput>./configure --prefix=/usr        \
     102            --without-gnutls     \
    102103            --localstatedir=/var &amp;&amp;
    103104make bootstrap</userinput></screen>
     
    139140  <sect2 role="commands">
    140141    <title>Command Explanations</title>
     142
     143    <para><parameter>--without-gnutls</parameter>: Currently, build is broken
     144    with gnutls-3.4 and later.</para>
    141145
    142146    <para><option>--localstatedir=/var</option>: Create game score files
Note: See TracChangeset for help on using the changeset viewer.