Explorar o código

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>
Bernd Kuhls %!s(int64=10) %!d(string=hai) anos
pai
achega
1814da768b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/dovecot/Config.in

+ 1 - 1
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