From 98689e11f5b64c18f92510cff922eeee0bf262d0 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Tue, 17 Mar 2015 23:06:27 +0100 Subject: 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 Signed-off-by: Thomas Petazzoni --- package/qt5/qt5base/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/qt5') diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in index 17ed5db077..20fd905849 100644 --- a/package/qt5/qt5base/Config.in +++ b/package/qt5/qt5base/Config.in @@ -60,6 +60,7 @@ config BR2_PACKAGE_QT5BASE_MYSQL config BR2_PACKAGE_QT5BASE_PSQL bool "PostgreSQL Plugin" select BR2_PACKAGE_POSTGRESQL + depends on BR2_USE_MMU # postgresql help Build PostgreSQL plugin If unsure, say n. -- cgit v1.2.3