[Buildroot] [git commit] package/dovecot: Fix broken logic for comment display

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Apr 26 10:17:02 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=1814da768bc29e8c23c5b2977e2a999d1480115e
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/dovecot/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/dovecot/Config.in b/package/dovecot/Config.in
index 9c242fc..3baae6e 100644
--- a/package/dovecot/Config.in
+++ b/package/dovecot/Config.in
@@ -55,4 +55,4 @@ endif # BR2_PACKAGE_DOVECOT
 
 comment "dovecot needs a toolchain w/ dynamic library"
 	depends on BR2_USE_MMU
-	depends on !BR2_STATIC_LIBS
+	depends on BR2_STATIC_LIBS


More information about the buildroot mailing list