[Buildroot] [PATCH 2/3] host-python: build shared library

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sat Jan 21 02:32:21 UTC 2012


From: "Arnout Vandecappelle (Essensium/Mind)" <arnout at mind.be>

This is required for building compiled python packages, e.g. libxml2.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/python/python.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/python/python.mk b/package/python/python.mk
index 78895d4..3bc0c97 100644
--- a/package/python/python.mk
+++ b/package/python/python.mk
@@ -15,6 +15,7 @@ PYTHON_SITE          = http://python.org/ftp/python/$(PYTHON_VERSION)
 # third-party Python modules.
 
 HOST_PYTHON_CONF_OPT += 	\
+	--enable-shared 	\
 	--without-cxx-main 	\
 	--disable-sqlite3	\
 	--disable-tk		\
-- 
1.7.8.3




More information about the buildroot mailing list