|
@@ -20,11 +20,6 @@ config BR2_PACKAGE_MARIADB
|
|
|
|
|
|
|
|
http://www.mariadb.org/
|
|
http://www.mariadb.org/
|
|
|
|
|
|
|
|
-comment "mariadb needs a toolchain w/ dynamic library, C++, threads, wchar"
|
|
|
|
|
- depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
|
|
|
|
|
- || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
|
|
|
|
- depends on BR2_TOOLCHAIN_HAS_ATOMIC || BR2_TOOLCHAIN_HAS_SYNC_8
|
|
|
|
|
-
|
|
|
|
|
if BR2_PACKAGE_MARIADB
|
|
if BR2_PACKAGE_MARIADB
|
|
|
|
|
|
|
|
config BR2_PACKAGE_MARIADB_SERVER
|
|
config BR2_PACKAGE_MARIADB_SERVER
|
|
@@ -39,3 +34,8 @@ config BR2_PACKAGE_MARIADB_SERVER_EMBEDDED
|
|
|
Install the mariadb embedded server on the target.
|
|
Install the mariadb embedded server on the target.
|
|
|
|
|
|
|
|
endif
|
|
endif
|
|
|
|
|
+
|
|
|
|
|
+comment "mariadb needs a toolchain w/ dynamic library, C++, threads, wchar"
|
|
|
|
|
+ depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
|
|
|
|
|
+ || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_ATOMIC || BR2_TOOLCHAIN_HAS_SYNC_8
|