From 7878725d5c01b15bd993b18d0b5f81e1cccc9382 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Jun 2019 11:28:28 +0300 Subject: [PATCH] python: Fix build. --- extra/python/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/python/build b/extra/python/build index bcd9247a..162d886b 100755 --- a/extra/python/build +++ b/extra/python/build @@ -6,7 +6,9 @@ rm -rf Modules/_ctypes/darwin* rm -rf Modules/_ctypes/libffi* ./configure \ - --prefix=/usr + --prefix=/usr \ + --with-system-expat \ + --with-system-ffi make make DESTDIR="$1" install