]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
postgresql: propagate BR2_USE_MMU dependency to Config.in comment
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 5 Apr 2018 07:34:35 +0000 (09:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 5 Apr 2018 07:36:01 +0000 (09:36 +0200)
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>
package/postgresql/Config.in

index e9b8f48d4aef757f9e5b163e3a2d52913924a8ba..9dda54bf9faaf676e86c763e39d64ccfbaca1f4a 100644 (file)
@@ -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