The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / postgresql / Config.in
1 config BR2_PACKAGE_POSTGRESQL
2         bool "postgresql"
3         depends on BR2_USE_MMU # fork()
4         # fails to build in a pure static linking scenario, and
5         # postgresql is unlikely to be used in a pure statically
6         # linked environment.
7         depends on !BR2_STATIC_LIBS
8         help
9           PostgreSQL is a powerful, open source object-relational
10           database system.
11
12           Enable the readline package to gain readline support in
13           pgsql (the command line interpreter), which offers
14           command history and edit functions.
15
16           Enable the zlib package to gain builtin compression for
17           archives with pg_dump and pg_restore.
18
19           http://www.postgresql.org
20
21 comment "postgresql needs a toolchain w/ dynamic library"
22         depends on BR2_STATIC_LIBS