From 2b6ffa58cfffa5092dbe4e630b904b0c5e47cb1e Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 20 Oct 2014 09:07:04 +0200 Subject: [PATCH] cyrus-sasl / postfix: work around recursive dependency issue in toolchain Signed-off-by: Steven Barth --- libs/cyrus-sasl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cyrus-sasl/Makefile b/libs/cyrus-sasl/Makefile index ab36e58123..dfc21d2ed0 100644 --- a/libs/cyrus-sasl/Makefile +++ b/libs/cyrus-sasl/Makefile @@ -32,7 +32,7 @@ define Package/libsasl2 CATEGORY:=Libraries TITLE:=A general purpose authentication library URL:=http://asg.web.cmu.edu/sasl/ - DEPENDS:=libopenssl + DEPENDS:=+libopenssl endef TARGET_CFLAGS += $(FPIC)