[packages] re, restund: mark as broken, its buildsystem fails completely, does not...
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 11 Jul 2011 02:27:20 +0000 (02:27 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 11 Jul 2011 02:27:20 +0000 (02:27 +0000)
SVN-Revision: 27588

libs/re/Makefile
net/restund/Makefile

index 6d6c9126fd9f2e7a84359c0002279f0f3e7a4496..13c0f2713ba801a6ba1a63aa9ac8abed92272b13 100644 (file)
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/libre
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=+libopenssl +libpthread
+  DEPENDS:=+libopenssl +libpthread @BROKEN
   TITLE:=Generic library for real-time communications with async IO support
   URL:=http://www.creytiv.com/
 endef
index 4e2a33759c1f8129fcd15f8d2ef0fe5a676accfc..cf82a43e6e976bccd17e91d97926c3b4c497b3ba 100644 (file)
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/restund
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+libre
+  DEPENDS:=+libre @BROKEN
   TITLE:=libre stun server
   URL:=http://www.creytiv.com/
 endef