package/libsemanage: add host-audit as a dependency of the host variant
[buildroot-gz.git] / package / inadyn / Config.in
blob65f6851cb2ea137fd1f9c87abe697822319d796d
1 config BR2_PACKAGE_INADYN
2         bool "inadyn"
3         depends on BR2_USE_MMU # Uses fork()
4         depends on !BR2_STATIC_LIBS # dlopen()
5         help
6           INADYN is a free DynDNS client. It gives the possibility
7           to have your own fixed hostname registered on the internet,
8           although your IP might be changing.
10           https://github.com/troglobit/inadyn
12 comment "inadyn needs a toolchain w/ dynamic library"
13         depends on BR2_STATIC_LIBS
14         depends on BR2_USE_MMU