From b5e091d8f35032b0f9e37b4019bc87c09e953265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 21 Jun 2015 23:24:47 +0100 Subject: cpython: Use system libffi and libexpat libraries Change-Id: I1e96327e30051079968e39db0032b98e0c81d352 --- strata/core/cpython.morph | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'strata/core/cpython.morph') diff --git a/strata/core/cpython.morph b/strata/core/cpython.morph index 6c9e4b3d..d0c80220 100644 --- a/strata/core/cpython.morph +++ b/strata/core/cpython.morph @@ -2,6 +2,10 @@ name: cpython kind: chunk build-system: autotools configure-commands: -- ./configure --prefix="$PREFIX" --enable-shared +- | + ./configure --prefix="$PREFIX" \ + --enable-shared \ + --with-system-expat \ + --with-system-ffi post-install-commands: - test -x "$DESTDIR"/"$PREFIX"/bin/python2 || ln -s python2.7 "$DESTDIR"/"$PREFIX"/bin/python2 -- cgit v1.2.1