From 77379764640bddd7cc62a78a4b8da16c32cb0396 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 26 Mar 2018 19:01:36 +0200 Subject: [PATCH] xbps-src: lib32disabled=yes for python{2,3}-module too --- common/environment/build-style/python2-module.sh | 1 + common/environment/build-style/python3-module.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 common/environment/build-style/python2-module.sh create mode 100644 common/environment/build-style/python3-module.sh diff --git a/common/environment/build-style/python2-module.sh b/common/environment/build-style/python2-module.sh new file mode 100644 index 0000000000..2444d3d104 --- /dev/null +++ b/common/environment/build-style/python2-module.sh @@ -0,0 +1 @@ +lib32disabled=yes diff --git a/common/environment/build-style/python3-module.sh b/common/environment/build-style/python3-module.sh new file mode 100644 index 0000000000..2444d3d104 --- /dev/null +++ b/common/environment/build-style/python3-module.sh @@ -0,0 +1 @@ +lib32disabled=yes