mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-21 22:48:31 +00:00
4e4f49248d
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
14 lines
401 B
XML
14 lines
401 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para>
|
|
<userinput>CXXFLAGS=-Dstrerror=strerror</userinput>: If no macro
|
|
strerror is defined, src/include/lib.h declares an function prototype
|
|
for strerror which is incompatible with Glibc's /usr/include/string.h.
|
|
By defining strerror=strerror a macro is defined which prevents the
|
|
declaration and does not alter the meaning of strerror.
|
|
</para>
|
|
|
|
</sect2>
|
|
|