lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 2b6ffa58cfffa5092dbe4e630b904b0c5e47cb1e
parent eb3ccec265e08f26d20cef4cb92b298975847487
Author: Steven Barth <steven@midlink.org>
Date:   Mon, 20 Oct 2014 09:07:04 +0200

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

Signed-off-by: Steven Barth <steven@midlink.org>

Diffstat:
Mlibs/cyrus-sasl/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)