|
@@ -2,7 +2,7 @@ config BR2_PACKAGE_LIBPQXX
|
|
bool "libpqxx"
|
|
bool "libpqxx"
|
|
depends on BR2_PACKAGE_POSTGRESQL
|
|
depends on BR2_PACKAGE_POSTGRESQL
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
help
|
|
libpqxx is the official C++ client API for PostgreSQL, the
|
|
libpqxx is the official C++ client API for PostgreSQL, the
|
|
@@ -10,8 +10,8 @@ config BR2_PACKAGE_LIBPQXX
|
|
|
|
|
|
http://pqxx.org/development/libpqxx/
|
|
http://pqxx.org/development/libpqxx/
|
|
|
|
|
|
-comment "libpqxx needs toolchain w/ C++, gcc >= 4.9, threads"
|
|
|
|
|
|
+comment "libpqxx needs toolchain w/ C++, gcc >= 7, threads"
|
|
depends on BR2_PACKAGE_POSTGRESQL
|
|
depends on BR2_PACKAGE_POSTGRESQL
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
- !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
|
|
|
|
|
|
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS
|
|
!BR2_TOOLCHAIN_HAS_THREADS
|