Hazel Russman wrote:
There are two Xorg applications that require an extra sed before
building: luit and sessreg. The book explains what the sessreg edit is
for, but not the more complicated luit edit. This should be remedied.
In the meantime I would very much like to know what this header edit
achieves.
It is used instead of a patch.
It replaces
#ifdef HAVE_CONFIG_H
with
#ifdef _XOPEN_SOURCE
# undef _XOPEN_SOURCE
# define _XOPEN_SOURCE 600
#endif
#ifdef HAVE_CONFIG_H
in the file sys.c, I do not remember why.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page