diff options
author | Peter Seiderer <ps.report@gmx.net> | 2015-03-17 23:06:27 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-17 23:16:29 +0100 |
commit | 98689e11f5b64c18f92510cff922eeee0bf262d0 (patch) | |
tree | cd200fa21b23be92562020ec3bb15824b65024bb /package/php | |
parent | 695d7b987d4d4ba91fa52f0d366b51d8dba44ebe (diff) | |
download | buildroot-98689e11f5b64c18f92510cff922eeee0bf262d0.tar.gz buildroot-98689e11f5b64c18f92510cff922eeee0bf262d0.zip |
postgresql: uses fork(), needs mmu
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>
Diffstat (limited to 'package/php')
-rw-r--r-- | package/php/Config.ext | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/php/Config.ext b/package/php/Config.ext index 935f966a19..1d9c2fe68f 100644 --- a/package/php/Config.ext +++ b/package/php/Config.ext @@ -149,6 +149,7 @@ comment "MySQL drivers need a toolchain w/ C++, threads" config BR2_PACKAGE_PHP_EXT_PDO_POSTGRESQL bool "PostgreSQL" select BR2_PACKAGE_POSTGRESQL + depends on BR2_USE_MMU # postgresql help PDO driver for PostgreSQL |