|
@@ -1,5 +1,6 @@
|
|
config BR2_PACKAGE_OPEN_LLDP
|
|
config BR2_PACKAGE_OPEN_LLDP
|
|
bool "open-lldp"
|
|
bool "open-lldp"
|
|
|
|
+ depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
|
select BR2_PACKAGE_LIBCONFIG
|
|
select BR2_PACKAGE_LIBCONFIG
|
|
select BR2_PACKAGE_LIBNL
|
|
select BR2_PACKAGE_LIBNL
|
|
@@ -11,5 +12,5 @@ config BR2_PACKAGE_OPEN_LLDP
|
|
|
|
|
|
http://open-lldp.org/
|
|
http://open-lldp.org/
|
|
|
|
|
|
-comment "open-lldp needs a toolchain w/ threads"
|
|
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
+comment "open-lldp needs a toolchain w/ dynamic library, threads"
|
|
|
|
+ depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|