diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-26 11:48:20 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-26 12:17:02 +0200 |
commit | 1814da768bc29e8c23c5b2977e2a999d1480115e (patch) | |
tree | dbb567f845163f58468d93685b01c8348016cb0a | |
parent | 54640e8e89c2b47c0bd5c18a37bc98fffced99ca (diff) | |
download | buildroot-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.in | 2 |
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 |