summaryrefslogtreecommitdiffhomepage
path: root/371.python3.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-19 08:32:07 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-19 08:40:42 +0000
commitf42965c7189c8fbbce85f268a96a94a504de9737 (patch)
tree479ce74d1c2766c3f23838362d539576744750ea /371.python3.vars
parente2a4f22ec8f0bcf0cbcfeaeacf4be5d6e42ef2c7 (diff)
downloadmidipix_build-f42965c7189c8fbbce85f268a96a94a504de9737.tar.bz2
midipix_build-f42965c7189c8fbbce85f268a96a94a504de9737.tar.xz
- Additionally install ncursesw and ntctty into ${PREFIX_MINIPIX} and create Minipix tarball
in 999.tarballs.build which solely contains ${PREFIX_MINIPIX}. - Adds {bash,coreutils}_static which are linked statically and installed to ${PREFIX_MINIPIX} as opposed to {bash_coreutils} which are not linked statically and installed to ${PREFIX_NATIVE}. - Adds file v5.28. - Add support for ${PREFIX_MINIPIX} to midipix.sh (either automatically detected or specified via -m.) - Adds verbosity flag -v wrt. secure_{cd,rm}() and insecure_mkdir(). - Build slibtool{_host,} w/ `--prefix='. - Export ${ARG_TARBALL} instead of special-casing build level 9. - Fix mc configure failure (error: could not determine how to read list of mounted file systems.)
Diffstat (limited to '371.python3.vars')
-rw-r--r--371.python3.vars17
1 files changed, 0 insertions, 17 deletions
diff --git a/371.python3.vars b/371.python3.vars
deleted file mode 100644
index 9cdc016f..00000000
--- a/371.python3.vars
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# . ./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