summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-03-06 13:52:42 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-03-06 13:52:42 +0000
commit2d49488b38052f33fc4549c63bc8ed1e1d385eec (patch)
tree8ff2067c506ab5349c5965c749681d8ee74e017e /contrib
parent0b8a61a536a6f78fbe889979510297969d6a5f4e (diff)
contrib/package: mark luaxyssl as broken until it's ported to polarssl, libxyssl was removed upstream
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/luaxyssl/Makefile2
1 files changed, 1 insertions, 1 deletions
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