diff options
Diffstat (limited to 'package/cppdb/Config.in')
-rw-r--r-- | package/cppdb/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/cppdb/Config.in b/package/cppdb/Config.in index 19c9419d49..9037a7a0c6 100644 --- a/package/cppdb/Config.in +++ b/package/cppdb/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_CPPDB bool "cppdb" # dlfcn.h - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HAS_THREADS # Can be built without them but it's useless @@ -16,4 +16,4 @@ config BR2_PACKAGE_CPPDB comment "cppdb needs a toolchain w/ C++, threads, dynamic library" depends on BR2_PACKAGE_MYSQL || BR2_PACKAGE_POSTGRESQL || BR2_PACKAGE_SQLITE depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ - BR2_PREFER_STATIC_LIB + BR2_STATIC_LIBS |