update boost dependency on boost-jam for new host build changes
authorFelix Fietkau <nbd@openwrt.org>
Tue, 17 Mar 2009 02:39:10 +0000 (02:39 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 17 Mar 2009 02:39:10 +0000 (02:39 +0000)
SVN-Revision: 14909

libs/boost/Makefile

index 26886ba221cb028b9bc2197bc5e5030e3cabff54..256857c1a11907e9a2723481300b3b48022ae576 100644 (file)
@@ -19,6 +19,8 @@ PKG_SOURCE_URL:=@SF/boost \
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION)
 
+PKG_BUILD_DEPENDS:=boost-jam/host
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/boost
@@ -26,7 +28,6 @@ define Package/boost
   CATEGORY:=Libraries
   TITLE:=Boost provides free peer-reviewed portable C++ source libraries
   URL:=http://www.boost.org/
-  DEPENDS:=+boost-jam
 endef
 
 define Build/Configure