libdaemon: needs mmu

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2012-11-28 03:24:03 +00:00 committed by Peter Korsgaard
parent 737d92d9c2
commit 9e12a985a1
5 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,7 @@
config BR2_PACKAGE_AVAHI config BR2_PACKAGE_AVAHI
bool "avahi" bool "avahi"
# libdaemon uses fork()
depends on BR2_USE_MMU
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
help help
Avahi is a system which facilitates service Avahi is a system which facilitates service

View File

@ -1,5 +1,7 @@
config BR2_PACKAGE_IFPLUGD config BR2_PACKAGE_IFPLUGD
bool "ifplugd" bool "ifplugd"
# libdaemon uses fork()
depends on BR2_USE_MMU
select BR2_PACKAGE_LIBDAEMON select BR2_PACKAGE_LIBDAEMON
help help
Ifplugd is a daemon which will automatically configure your Ifplugd is a daemon which will automatically configure your

View File

@ -1,5 +1,7 @@
config BR2_PACKAGE_LIBDAEMON config BR2_PACKAGE_LIBDAEMON
bool "libdaemon" bool "libdaemon"
# needs fork()
depends on BR2_USE_MMU
help help
libdaemon is a lightweight C library that eases the libdaemon is a lightweight C library that eases the
writing of UNIX daemons. writing of UNIX daemons.

View File

@ -1,5 +1,7 @@
config BR2_PACKAGE_NSS_MDNS config BR2_PACKAGE_NSS_MDNS
bool "nss-mdns" bool "nss-mdns"
# libdaemon->avahi uses fork()
depends on BR2_USE_MMU
depends on BR2_TOOLCHAIN_EXTERNAL_GLIBC || BR2_TOOLCHAIN_CTNG_eglibc || BR2_TOOLCHAIN_CTNG_glibc depends on BR2_TOOLCHAIN_EXTERNAL_GLIBC || BR2_TOOLCHAIN_CTNG_eglibc || BR2_TOOLCHAIN_CTNG_glibc
depends on BR2_PACKAGE_AVAHI_DAEMON depends on BR2_PACKAGE_AVAHI_DAEMON
help help

View File

@ -1,5 +1,7 @@
config BR2_PACKAGE_RADVD config BR2_PACKAGE_RADVD
bool "radvd" bool "radvd"
# libdaemon uses fork()
depends on BR2_USE_MMU
select BR2_PACKAGE_FLEX select BR2_PACKAGE_FLEX
select BR2_PACKAGE_FLEX_LIBFL select BR2_PACKAGE_FLEX_LIBFL
select BR2_PACKAGE_LIBDAEMON select BR2_PACKAGE_LIBDAEMON