diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-05 09:34:35 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-04-08 21:28:49 +0200 |
commit | a22cbc2371f5d602fa00ac9302f4fa562fff575b (patch) | |
tree | 0aeb73288f6e96af10e767cbe85ca1d901224aaa /package/postgresql/Config.in | |
parent | 2ebb06c8ee752f4052f588087826e5aa8a9972dc (diff) | |
download | buildroot-a22cbc2371f5d602fa00ac9302f4fa562fff575b.tar.gz buildroot-a22cbc2371f5d602fa00ac9302f4fa562fff575b.zip |
postgresql: propagate BR2_USE_MMU dependency to Config.in comment
The BR2_PACKAGE_POSTGRESQL option depends on BR2_USE_MMU, so the
Config.in comment about the dynamic library dependency should only be
displayed if the BR2_USE_MMU requirement is met.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 9fec3eb9131dba46cbf8474a7def05a076990079)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/postgresql/Config.in')
-rw-r--r-- | package/postgresql/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in index e9b8f48d4a..9dda54bf9f 100644 --- a/package/postgresql/Config.in +++ b/package/postgresql/Config.in @@ -19,4 +19,5 @@ config BR2_PACKAGE_POSTGRESQL http://www.postgresql.org comment "postgresql needs a toolchain w/ dynamic library" + depends on BR2_USE_MMU depends on BR2_STATIC_LIBS |