mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
c8a095cb5b
commit
6fbbe46fa7
@ -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; &&
|
||||
make</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user