linuxOS_D21X/package/third-party/libdaemon/Config.in

18 lines
374 B
Plaintext
Raw Normal View History

2025-06-05 06:33:02 +00:00
config BR2_PACKAGE_LIBDAEMON
bool "libdaemon"
# needs fork()
depends on BR2_USE_MMU
help
libdaemon is a lightweight C library that eases the
writing of UNIX daemons.
http://0pointer.de/lennart/projects/libdaemon/
if BR2_PACKAGE_LIBDAEMON
config BR2_PACKAGE_LIBDAEMON_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif