mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
package/eudev: correct !static comment
eudev itself includes dlfcn.h, so even without kmod it cannot be built statically: grep -rs dlfcn build/eudev-3.2.14/src eudev-3.2.14/src/shared/util.c:#include <dlfcn.h> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
1e5abb7131
commit
89e9ec35f7
@ -3,7 +3,7 @@ config BR2_PACKAGE_EUDEV
|
||||
depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
|
||||
depends on BR2_USE_MMU # uses fork()
|
||||
depends on BR2_USE_WCHAR # needs C99 compiler
|
||||
depends on !BR2_STATIC_LIBS # kmod
|
||||
depends on !BR2_STATIC_LIBS # dlfcn.h
|
||||
select BR2_PACKAGE_HAS_UDEV
|
||||
select BR2_PACKAGE_UDEV_GENTOO_SCRIPTS if BR2_INIT_OPENRC
|
||||
select BR2_PACKAGE_UTIL_LINUX
|
||||
|
@ -254,7 +254,7 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
|
||||
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
|
||||
bool "Dynamic using devtmpfs + eudev"
|
||||
depends on BR2_USE_WCHAR # eudev
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on !BR2_STATIC_LIBS # eudev
|
||||
depends on BR2_USE_MMU # eudev
|
||||
select BR2_PACKAGE_EUDEV
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user