From 1bbaef721cca2703353993962f44578d56336010 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Feb 2015 12:00:10 +0100 Subject: [PATCH] xbps-src: do not generate 32bit pkgs for perl/python modules. --- common/environment/build-style/perl-module.sh | 1 + common/environment/build-style/python-module.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 common/environment/build-style/perl-module.sh create mode 100644 common/environment/build-style/python-module.sh diff --git a/common/environment/build-style/perl-module.sh b/common/environment/build-style/perl-module.sh new file mode 100644 index 0000000000..2444d3d104 --- /dev/null +++ b/common/environment/build-style/perl-module.sh @@ -0,0 +1 @@ +lib32disabled=yes diff --git a/common/environment/build-style/python-module.sh b/common/environment/build-style/python-module.sh new file mode 100644 index 0000000000..2444d3d104 --- /dev/null +++ b/common/environment/build-style/python-module.sh @@ -0,0 +1 @@ +lib32disabled=yes