From be01908eb0b939e41e57b8d89ad18b45e4143f46 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 29 Aug 2019 20:57:16 +0000 Subject: [PATCH] python2: fix package --- extra/python2/build | 3 +++ extra/python2/version | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/extra/python2/build b/extra/python2/build index e2125f60..3b3866ff 100755 --- a/extra/python2/build +++ b/extra/python2/build @@ -9,3 +9,6 @@ make DESTDIR="$1" install rm "$1/usr/bin/2to3" rm "$1/usr/bin/python" + +# Make static library writable. +chmod -v u+w "$1/usr/lib/libpython"*.a diff --git a/extra/python2/version b/extra/python2/version index 5db34961..45890a91 100644 --- a/extra/python2/version +++ b/extra/python2/version @@ -1 +1 @@ -2.7.16 1 +2.7.16 2