Ignore:
Timestamp:
01/24/2016 08:01:02 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
f587275
Parents:
54789f3
Message:

Merge Chapter 9 changes from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libusb.xml

    r54789f3 r83f6c770  
    88  <!ENTITY libusb-download-ftp  " ">
    99  <!ENTITY libusb-md5sum        "1d4eb194eaaa2bcfbba28102768c7dbf">
    10   <!ENTITY libusb-size          "780 KB">
    11   <!ENTITY libusb-buildsize     "7 MB (additional 2.8 MB for API documentation)">
    12   <!ENTITY libusb-time          "less than 0.1 SBU">
     10  <!ENTITY libusb-size          "777 KB">
     11  <!ENTITY libusb-buildsize     "7.6 MB (additional 2.8 MB for API documentation)">
     12  <!ENTITY libusb-time          "0.1 SBU">
    1313]>
    1414
     
    8686    <title>Installation of libusb</title>
    8787
     88    <note>
     89      <para>
     90        This package does not support parallel build.
     91      </para>
     92    </note>
     93
    8894    <para>
    8995      Install <application>libusb</application> by running the following
     
    9298
    9399<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    94 make</userinput></screen>
     100make -j1</userinput></screen>
    95101
    96102    <para>
Note: See TracChangeset for help on using the changeset viewer.