summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-04-26 11:48:20 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-26 12:17:02 +0200
commit1814da768bc29e8c23c5b2977e2a999d1480115e (patch)
treedbb567f845163f58468d93685b01c8348016cb0a
parent54640e8e89c2b47c0bd5c18a37bc98fffced99ca (diff)
downloadbuildroot-1814da768bc29e8c23c5b2977e2a999d1480115e.tar.gz
buildroot-1814da768bc29e8c23c5b2977e2a999d1480115e.zip
package/dovecot: Fix broken logic for comment display
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/dovecot/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dovecot/Config.in b/package/dovecot/Config.in
index 9c242fc044..3baae6e561 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
OpenPOWER on IntegriCloud