mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
agent++: need dynamic library support
Required by SNMP++. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
15c5284d98
commit
e4d72729f8
@ -3,6 +3,7 @@ config BR2_PACKAGE_AGENTPP
|
|||||||
select BR2_PACKAGE_SNMPPP
|
select BR2_PACKAGE_SNMPPP
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # snmp++
|
depends on BR2_TOOLCHAIN_HAS_THREADS # snmp++
|
||||||
|
depends on !BR2_PREFER_STATIC_LIB # snmp++
|
||||||
help
|
help
|
||||||
AGENT++ is a set of C++ classes which provides a complete protocol
|
AGENT++ is a set of C++ classes which provides a complete protocol
|
||||||
engine and dispatch table for the development of SNMP agents.
|
engine and dispatch table for the development of SNMP agents.
|
||||||
@ -16,5 +17,6 @@ config BR2_PACKAGE_AGENTPP
|
|||||||
|
|
||||||
http://www.agentpp.com/agentpp3_5/agentpp3_5.html
|
http://www.agentpp.com/agentpp3_5/agentpp3_5.html
|
||||||
|
|
||||||
comment "agent++ needs a toolchain w/ threads, C++"
|
comment "agent++ needs a toolchain w/ threads, C++, dynamic library"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||||
|
BR2_PREFER_STATIC_LIB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user