98689e11f5
Additional revert 'postgresql: enable bfin compile' ([2]) which is now useless (Blackfin is a noMMU architecture). Fixes ([1]): postmaster/fork_process.o: In function `_fork_process': fork_process.c:(.text+0x22): undefined reference to `_fork' [1] http://autobuild.buildroot.org/results/c9c/c9c93156fe64e89f35627aa592c47d8c5181ed7d [2] http://git.buildroot.net/buildroot/commit/?id=6f177dac73a289db28772fb3e20347aba5cd5e67 [Thomas: propagate to the appropriate reverse dependencies.] Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
451 B
Plaintext
16 lines
451 B
Plaintext
config BR2_PACKAGE_POSTGRESQL
|
|
bool "postgresql"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
PostgreSQL is a powerful, open source object-relational
|
|
database system.
|
|
|
|
Enable the readline package to gain readline support in
|
|
pgsql (the command line interpreter), which offers
|
|
command history and edit functions.
|
|
|
|
Enable the zlib package to gain builtin compression for
|
|
archives with pg_dump and pg_restore.
|
|
|
|
http://www.postgresql.org
|