Hello BLFS editors. The release of CMake 3.10 made building with libuv more difficult than with previous versions, but not impossible. To build CMake 3.10 without system libuv, one needs only append the following to the last configuration option on the bootstrap line:
-- -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=false Notice the two leading dashes, which are required. Regards, Ryan
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
