From e2bffb792ce68689dd519322f1aa4c24487e7e7c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 9 Jan 2009 13:02:17 +0000 Subject: [PATCH 1/1] fix python libffi dependency for targets which do not support libffi SVN-Revision: 13950 --- lang/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2