Changeset 5c22cb01 for general


Ignore:
Timestamp:
03/31/2016 10:42:08 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
dce6561
Parents:
22ff60a
Message:

Updated lsof URL. Merged from trunk r17090
Updated PIN-Entry dependencies. Merged from trunk r17090
Updated Valgrind dependencies. Merged from trunk r17090
Added note about OpenSSL's Test Suite not supporting parallel make jobs. Merged from trunk r17090.
Restored autoconf to libva-intel-driver. Merged from trunk r17090
Updated to Sudo-1.8.16. Merged from trunk r17127
Changed the configure script in the GCC-5.3.0 page to use the new configure switch for the libstdc++ ABI.
Updated to OpenSSH-7.2p2. Merged from trunk r17106.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17199 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/lsof.xml

    r22ff60a r5c22cb01  
    66
    77<!ENTITY lsof-download-http  " ">
    8 <!ENTITY lsof-download-ftp "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/lsof_&lsof-version;.tar.bz2">
     8<!ENTITY lsof-download-ftp "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_&lsof-version;.tar.bz2">
    99<!ENTITY lsof-md5sum        "1b9cd34f3fb86856a125abbf2be3a386">
    1010<!ENTITY lsof-size          "768 KB">
  • general/genutils/pinentry.xml

    r22ff60a r5c22cb01  
    6868    <bridgehead renderas="sect3">PIN-Entry Dependencies</bridgehead>
    6969
     70    <bridgehead renderas="sect4">Required</bridgehead>
     71    <para role="required">
     72      <xref linkend="libassuan"/> and
     73      <xref linkend="libgpg-error"/>
     74    </para>
     75
    7076    <bridgehead renderas="sect4">Optional</bridgehead>
    7177    <para role="optional">
  • general/prog/gcc.xml

    r22ff60a r5c22cb01  
    6969        two solutions:
    7070        recompile all the libraries with the new version, or use the <option>
    71         --with-default-libstdcxx-abi</option> switch to configure.
     71        --with-default-libstdcxx-abi=gcc4-compatible</option> switch to configure.
    7272      </para>
    7373    </caution>
     
    257257
    258258    <para>
    259       <option>--with-default-libstdcxx-abi=c++98</option>: Use this switch if you
     259      <option>--with-default-libstdcxx-abi=gcc4-compatible</option>: Use this switch if you
    260260      are upgrading from a <application>GCC</application> version prior to 5.1.0,
    261261      and you do not want to recompile all the libraries written in C++.
  • general/prog/valgrind.xml

    r22ff60a r5c22cb01  
    9090      <xref linkend="boost"/>,
    9191      <xref linkend="llvm"/> (with Clang),
    92       <xref linkend="gdb"/> (for tests), and
     92      <xref linkend="gdb"/> (for tests),
     93      <xref linkend="which"/> (for tests),
     94      <xref linkend="bind"/> or <xref linkend="bind-utils"/> (for tests), and
    9395      <ulink url="http://www.openmp.org">OpenMP</ulink>
    9496    </para>
Note: See TracChangeset for help on using the changeset viewer.