On 8/17/17 9:46 AM, Riccardo G Corsi wrote:
I don't know if depends on my environment, but for compiling gpm in LFS
8.1 / (GCC 7.2.0 GLIBC 2.26 I'm at start of rebuilding BLFS) I had to
patch two files these diffs:
src/prog/gpm-root.y
1200c1200
< __sigemptyset(&childaction.sa_mask);
---
> sigemptyset(&childaction.sa_mask);
src/daemon/open_console.c
1200c1200
< __sigemptyset(&childaction.sa_mask);
---
> sigemptyset(&childaction.sa_mask);
Can you please take a look (or suggestions)? GPM works ok.
Thanks
Riccardo
There is a BLFS Trac ticket about this same issue. See
http://wiki.linuxfromscratch.org/blfs/ticket/9616.
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page