summaryrefslogtreecommitdiffhomepage
path: root/438.python3.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-11-13 23:02:58 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-11-13 23:02:58 +0100
commitbcbe15349a7ac8b0cc6fb53dbb480ed966edba70 (patch)
tree12065b836c66536d04eac45a43fcfe65d5ec5db0 /438.python3.vars
parent1dc645596162525f8e244dc30824b19b5a73f12e (diff)
downloadmidipix_build-bcbe15349a7ac8b0cc6fb53dbb480ed966edba70.tar.bz2
midipix_build-bcbe15349a7ac8b0cc6fb53dbb480ed966edba70.tar.xz
Adds libfirm via bfirm and cparser via bcparser (via midipix.)
Diffstat (limited to '438.python3.vars')
-rw-r--r--438.python3.vars17
1 files changed, 17 insertions, 0 deletions
diff --git a/438.python3.vars b/438.python3.vars
new file mode 100644
index 00000000..9cdc016f
--- /dev/null
+++ b/438.python3.vars
@@ -0,0 +1,17 @@
+#
+# . ./build.vars and set -o errexit -o noglob are assumed.
+#
+
+pkg_python3_configure_pre() {
+ (cd ../${PKG_SUBDIR} && autoconf);
+ (unset AR BLDSHARED CC CFLAGS CPPFLAGS LDFLAGS RANLIB;
+ mv -- config.cache ../${PKG_SUBDIR}/config.cache;
+ ../${PKG_SUBDIR}/configure;
+ make _FIP=Programs/host_freeze_importlib Programs/host_freeze_importlib \
+ BUILDPYTHON=hostpython hostpython \
+ PGEN=Parser/hostpgen Parser/hostpgen;
+ make distclean);
+ mv -- ../${PKG_SUBDIR}/config.cache .;
+};
+
+# vim:filetype=sh