xref: /OK3568_Linux_fs/buildroot/package/libpqxx/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBPQXX
2*4882a593Smuzhiyun	bool "libpqxx"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_POSTGRESQL
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
6*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  libpqxx is the official C++ client API for PostgreSQL, the
9*4882a593Smuzhiyun	  enterprise-strength open-source relational database.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  http://pqxx.org/development/libpqxx/
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "libpqxx needs toolchain w/ C++, gcc >= 4.9, threads"
14*4882a593Smuzhiyun	depends on BR2_PACKAGE_POSTGRESQL
15*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || \
16*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
17*4882a593Smuzhiyun		!BR2_TOOLCHAIN_HAS_THREADS
18