Changeset a1b1e9d4 for general


Ignore:
Timestamp:
12/23/2018 07:42:40 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
651c7ebf
Parents:
cc338e51
Message:

Revert libuv build method to avoid circular dependency

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libuv.xml

    rcc338e51 ra1b1e9d4  
    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;
     
    102104
    103105cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
     106make </userinput></screen>
     107-->
     108
     109<screen><userinput>sh autogen.sh                              &amp;&amp;
     110./configure --prefix=/usr --disable-static &amp;&amp;
    104111make </userinput></screen>
    105112
     
    118125  </sect2>
    119126
    120 
     127<!--
    121128  <sect2 role="commands">
    122129    <title>Command Explanations</title>
     
    128135   
    129136  </sect2>
    130 
     137-->
    131138  <sect2 role="content">
    132139    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.