Author: pierre
Date: Sun Feb 25 06:18:48 2018
New Revision: 19869

Log:
Fix Nautilus' meson.build so that it finds libm

Modified:
   trunk/BOOK/gnome/platform/nautilus.xml

Modified: trunk/BOOK/gnome/platform/nautilus.xml
==============================================================================
--- trunk/BOOK/gnome/platform/nautilus.xml      Sun Feb 25 05:16:07 2018        
(r19868)
+++ trunk/BOOK/gnome/platform/nautilus.xml      Sun Feb 25 06:18:48 2018        
(r19869)
@@ -114,7 +114,8 @@
       commands:
     </para>
 
-<screen><userinput>mkdir build &amp;&amp;
+<screen><userinput>sed s/\'libm\'/\'m\'/ -i meson.build &amp;&amp;
+mkdir build &amp;&amp;
 cd    build &amp;&amp;
 
 meson --prefix=/usr     \
@@ -141,6 +142,11 @@
     <title>Command Explanations</title>
 
     <para>
+      <command>sed s/\'libm\'/\'m\'/ -i meson.build</command>: Fix the build
+      system so that it finds the Math library.
+    </para>
+
+    <para>
       <parameter>--disable-selinux</parameter>: This switch disables the use
       of selinux which isn't supported by BLFS.
     </para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to