Browse Source

cyrus-sasl / postfix: work around recursive dependency issue in toolchain

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 years ago
parent
commit
2b6ffa58cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libs/cyrus-sasl/Makefile

+ 1
- 1
libs/cyrus-sasl/Makefile View File

@@ -32,7 +32,7 @@ define Package/libsasl2
32 32
   CATEGORY:=Libraries
33 33
   TITLE:=A general purpose authentication library
34 34
   URL:=http://asg.web.cmu.edu/sasl/
35
-  DEPENDS:=libopenssl
35
+  DEPENDS:=+libopenssl
36 36
 endef
37 37
 
38 38
 TARGET_CFLAGS += $(FPIC)