1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBODB_PGSQL 2*4882a593Smuzhiyun bool "libodb-pgsql" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 4*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 5*4882a593Smuzhiyun depends on BR2_PACKAGE_POSTGRESQL 6*4882a593Smuzhiyun select BR2_PACKAGE_LIBODB 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun This package contains the PostgreSQL ODB runtime library. 9*4882a593Smuzhiyun Every application that includes code generated for the 10*4882a593Smuzhiyun PostgreSQL database will need to link to this library. 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun https://www.codesynthesis.com/products/odb/ 13*4882a593Smuzhiyun 14*4882a593Smuzhiyuncomment "libodb-pgsql needs a toolchain w/ C++, threads" 15*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 16*4882a593Smuzhiyun depends on BR2_PACKAGE_POSTGRESQL 17