[packages] boost: disable on brcm-2.4, does not build
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 7 Jul 2011 10:45:29 +0000 (10:45 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 7 Jul 2011 10:45:29 +0000 (10:45 +0000)
SVN-Revision: 27520

libs/boost/Makefile

index dff08a2d68f510a2ebbff1eceb87c18e70a92ff9..1d6c2fbb897381a336aeb039510b5e09db828a05 100644 (file)
@@ -44,7 +44,7 @@ define Package/boost/Default
   CATEGORY:=Libraries
   TITLE:=Boost C++ source libraries
   URL:=http://www.boost.org
-  DEPENDS:=+libstdcpp
+  DEPENDS:=+libstdcpp @!LINUX_2_4
 endef
 
 define Package/boost/Default/description