From: Felix Fietkau Date: Fri, 9 Jan 2009 13:02:17 +0000 (+0000) Subject: fix python libffi dependency for targets which do not support libffi X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=e2bffb792ce68689dd519322f1aa4c24487e7e7c;hp=f2694c5e70cd62e0790adb99c239721bdc6db1a2 fix python libffi dependency for targets which do not support libffi SVN-Revision: 13950 --- diff --git a/lang/python/Makefile b/lang/python/Makefile index f548b6b85c..67768adff3 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -41,7 +41,7 @@ endef define Package/python $(call Package/python/Default) TITLE+= (full) - DEPENDS:=+libpthread +zlib +libffi + DEPENDS:=+libpthread +zlib +PACKAGE_python:libffi PROVIDES:=python-core endef