libxcb: respect default/custom CFLAGS

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24170 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Xi Ruoyao 2021-02-04 15:38:12 +00:00
parent c8a095cb5b
commit 6fbbe46fa7

View File

@ -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>