Author: renodr
Date: Mon Oct 30 22:12:05 2017
New Revision: 19425

Log:
Re-add libpthread LIBS to configure in libpng, as it still complains about the 
linking

Modified:
   trunk/BOOK/general/graphlib/libpng.xml

Modified: trunk/BOOK/general/graphlib/libpng.xml
==============================================================================
--- trunk/BOOK/general/graphlib/libpng.xml      Mon Oct 30 18:37:00 2017        
(r19424)
+++ trunk/BOOK/general/graphlib/libpng.xml      Mon Oct 30 22:12:05 2017        
(r19425)
@@ -116,7 +116,7 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+<screen><userinput>LIBS=-lpthread ./configure --prefix=/usr --disable-static 
&amp;&amp;
 make</userinput></screen>
 
     <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