[Buildroot] [PATCH 2/3] python: depend on libiconv if appropriate

Bernd Kuhls berndkuhls at hotmail.com
Mon Dec 30 17:57:53 UTC 2013


Signed-off-by: Bernd Kuhls <berndkuhls at hotmail.com>
---
 package/python/python.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python/python.mk b/package/python/python.mk
index bc42e8f..bd60112 100644
--- a/package/python/python.mk
+++ b/package/python/python.mk
@@ -47,7 +47,7 @@ HOST_PYTHON_MAKE_ENV = \
 # MAKE1 has shown to workaround the problem.
 HOST_PYTHON_MAKE = $(MAKE1)
 
-PYTHON_DEPENDENCIES  = host-python libffi
+PYTHON_DEPENDENCIES  = host-python libffi $(if $(BR2_PACKAGE_LIBICONV),libiconv) $(if $(BR2_NEEDS_GETTEXT),gettext)
 
 HOST_PYTHON_DEPENDENCIES = host-expat host-zlib
 
-- 
1.7.9.5



More information about the buildroot mailing list