Ignore:
Timestamp:
12/25/2018 02:35:46 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
b98dbfd
Parents:
3757ae7
Message:

Merge to HEAD 20872.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libuv.xml

    r3757ae7 r6d8b45a3  
    9595      commands:
    9696    </para>
     97<!--
     98Don't use cmake here to avoid circular dependency
    9799
    98100<screen><userinput>sed -i "/TARGETS uv_a ARCHIVE/d" CMakeLists.txt &amp;&amp;
     
    103105cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
    104106make </userinput></screen>
     107-->
    105108
     109<screen><userinput>sh autogen.sh                              &amp;&amp;
     110./configure --prefix=/usr --disable-static &amp;&amp;
     111make </userinput></screen>
     112<!--
    106113    <para>
    107114      If you want to run the tests, add -DBUILD_TESTING=true to
    108115      the cmake line above and after building run:
    109116      <command>make test</command>.
     117    </para>
     118-->
     119    <para>
     120      If you want to run the tests, run: <command>make check</command>.
    110121    </para>
    111122
     
    118129  </sect2>
    119130
    120 
     131<!--
    121132  <sect2 role="commands">
    122133    <title>Command Explanations</title>
     
    128139   
    129140  </sect2>
    130 
     141-->
    131142  <sect2 role="content">
    132143    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.