From: Steven Barth Date: Mon, 20 Oct 2014 07:07:04 +0000 (+0200) Subject: cyrus-sasl / postfix: work around recursive dependency issue in toolchain X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2b6ffa58cfffa5092dbe4e630b904b0c5e47cb1e;p=openwrt-packages.git cyrus-sasl / postfix: work around recursive dependency issue in toolchain Signed-off-by: Steven Barth --- diff --git a/libs/cyrus-sasl/Makefile b/libs/cyrus-sasl/Makefile index ab36e5812..dfc21d2ed 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)