mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
rpm: disable static build support
The RPM package requires dynamic linking support (dlfcn.h) for its capabilities related to plugins (and possibly more). The following commit adds a dependency to !BR2_STATIC_LIBS. Signed-off-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
878dc8cc9b
commit
cc89b6f39f
@ -1,10 +1,11 @@
|
|||||||
comment "rpm needs a toolchain w/ threads"
|
comment "rpm needs a toolchain w/ dynamic library and threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
|
|
||||||
config BR2_PACKAGE_RPM
|
config BR2_PACKAGE_RPM
|
||||||
bool "rpm"
|
bool "rpm"
|
||||||
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # beecrypt
|
depends on BR2_TOOLCHAIN_HAS_THREADS # beecrypt
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user