The libdaemon package is a lightweight C library that eases the writing of UNIX daemons.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://0pointer.de/lennart/projects/libdaemon/libdaemon-0.14.tar.gz
Download SHA256 Sum: fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834
Download MD5 sum: 509dc27107c21bcd9fbf2f95f5669563
Download size: 1,411.4 KB
Estimated disk space required: 2,212.8 KB
Estimated build time: less than 0.1 SBU
"doxygen" and "lynx"
Prepare libdaemon by running the following commands:
./configure --prefix=/usr --disable-static
make
This package does not come with a test suite.
Now Install the package, as the root user:
make docdir=/usr/share/doc/libdaemon-0.14 install
--disable-static: This switch prevents
installation of static versions of the libraries.