The libXau package contains a library implementing the X11 Authorization Protocol. This is useful for restricting client access to the display.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://xorg.freedesktop.org/archive/individual//lib/libXau-1.0.12.tar.xz
Download SHA256 Sum: 74d0e4dfa3d39ad8939e99bda37f5967aba528211076828464d2777d477fc0fb
Download MD5 sum: 4c9f81acf00b62e5de56a912691bd737
Download size: 276 KB
Estimated disk space required: 2.9 MB (with test)
Estimated build time: less than 0.1 SBU (with test)
Install libXau by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-staticmake
To test the results, issue:
make check
Now Install, as the root user:
make install