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

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to