diff options
Diffstat (limited to 'package/agentpp/Config.in')
-rw-r--r-- | package/agentpp/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/agentpp/Config.in b/package/agentpp/Config.in index 8fd6c0d507..4b70a1a738 100644 --- a/package/agentpp/Config.in +++ b/package/agentpp/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_AGENTPP select BR2_PACKAGE_SNMPPP depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HAS_THREADS # snmp++ - depends on !BR2_PREFER_STATIC_LIB # snmp++ + depends on !BR2_STATIC_LIBS # snmp++ help AGENT++ is a set of C++ classes which provides a complete protocol engine and dispatch table for the development of SNMP agents. @@ -19,4 +19,4 @@ config BR2_PACKAGE_AGENTPP comment "agent++ needs a toolchain w/ threads, C++, dynamic library" depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ - BR2_PREFER_STATIC_LIB + BR2_STATIC_LIBS |