mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
gnuradio: depends on shared libs
volk must be compiled with toolchain built with shared lib to avoid : attempted static link of dynamic object `../lib/libvolk.so.0.0.0' [Thomas: - rebase after the non-largefile removal. - comment must be "dynamic library" not "shared library".] Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6be1abb14a
commit
7ed9815830
@ -1,12 +1,14 @@
|
|||||||
comment "gnuradio needs a toolchain w/ C++, IPV6, NPTL, wchar"
|
comment "gnuradio needs a toolchain w/ C++, IPV6, NPTL, wchar, dynamic library"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
||||||
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_INET_IPV6
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_INET_IPV6 || \
|
||||||
|
BR2_STATIC_LIBS
|
||||||
|
|
||||||
config BR2_PACKAGE_GNURADIO
|
config BR2_PACKAGE_GNURADIO
|
||||||
bool "gnuradio"
|
bool "gnuradio"
|
||||||
depends on BR2_INET_IPV6 # boost
|
depends on BR2_INET_IPV6 # boost
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
depends on BR2_USE_MMU # use fork()
|
depends on BR2_USE_MMU # use fork()
|
||||||
depends on BR2_USE_WCHAR # boost
|
depends on BR2_USE_WCHAR # boost
|
||||||
|
Loading…
x
Reference in New Issue
Block a user