mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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:
parent
737d92d9c2
commit
9e12a985a1
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user