From 16a7edec39fd75436a803b850fef0cba9cb91164 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 6 Jul 2012 09:23:06 +0000 Subject: [PATCH] boost: avoid the python build dependency if python support is disabled git-svn-id: svn://svn.openwrt.org/openwrt/packages@32633 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/boost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index d10a52062..226558e2c 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -116,7 +116,7 @@ endef define Package/boost-python $(call Package/boost/Default) TITLE+= (python) - DEPENDS+= +python + DEPENDS+= +PACKAGE_boost-python:python endef define Package/boost-random -- 2.11.0