Author: xry111
Date: Thu Feb  4 07:38:12 2021
New Revision: 24170

Log:
libxcb: respect default/custom CFLAGS

Modified:
   trunk/BOOK/x/installing/libxcb.xml

Modified: trunk/BOOK/x/installing/libxcb.xml
==============================================================================
--- trunk/BOOK/x/installing/libxcb.xml  Wed Feb  3 18:56:49 2021        (r24169)
+++ trunk/BOOK/x/installing/libxcb.xml  Thu Feb  4 07:38:12 2021        (r24170)
@@ -104,7 +104,7 @@
       commands:
     </para>
 
-<screen><userinput>CFLAGS=-Wno-error=format-extra-args ./configure 
$XORG_CONFIG      \
+<screen><userinput>CFLAGS="${CFLAGS:--O2 -g} -Wno-error=format-extra-args" 
./configure $XORG_CONFIG      \
             --without-doxygen \
             --docdir='${datadir}'/doc/libxcb-&libxcb-version; &amp;&amp;
 make</userinput></screen>
-- 
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