From: Jo-Philipp Wich Date: Fri, 6 Mar 2009 13:52:42 +0000 (+0000) Subject: contrib/package: mark luaxyssl as broken until it's ported to polarssl, libxyssl... X-Git-Tag: 0.9.0~627 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=2d49488b38052f33fc4549c63bc8ed1e1d385eec;hp=0b8a61a536a6f78fbe889979510297969d6a5f4e contrib/package: mark luaxyssl as broken until it's ported to polarssl, libxyssl was removed upstream --- diff --git a/contrib/package/luaxyssl/Makefile b/contrib/package/luaxyssl/Makefile index bd7492663..075e67522 100644 --- a/contrib/package/luaxyssl/Makefile +++ b/contrib/package/luaxyssl/Makefile @@ -22,7 +22,7 @@ define Package/luaxyssl SUBMENU:=LUA TITLE:=xyssl-Bindings for Lua URL:=http://code.google.com/p/luaxyssl - DEPENDS:=+liblua +libxyssl + DEPENDS:=@BROKEN +liblua +libxyssl endef define Build/Configure