summaryrefslogtreecommitdiff
path: root/i486-stage3/python/DESCR
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-09 16:24:40 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-09 16:24:40 +0100
commit9d8946a6ecfc19d01d8da12f20572bbfc556977f (patch)
tree74e1a5ced3c6da0dd7b3d9136227c842cf664ad1 /i486-stage3/python/DESCR
parentb65446e7266cca71d3505637da9191a1dd169e14 (diff)
downloadbootstrap32-9d8946a6ecfc19d01d8da12f20572bbfc556977f.tar.xz
added python3 and python2 in stage 3 (no modules yet)
on the way to build meson for systemd
Diffstat (limited to 'i486-stage3/python/DESCR')
-rw-r--r--i486-stage3/python/DESCR2
1 files changed, 2 insertions, 0 deletions
diff --git a/i486-stage3/python/DESCR b/i486-stage3/python/DESCR
index 1e44107..a640b99 100644
--- a/i486-stage3/python/DESCR
+++ b/i486-stage3/python/DESCR
@@ -13,4 +13,6 @@ sed -i "s/\(while\)/#\1/" PKGBUILD
sed -i 's@LC_CTYPE=en_US.UTF-8 xvfb-run -a -n "$servernum" make EXTRA_CFLAGS="$CFLAGS"@LC_CTYPE=en_US.UTF-8 make EXTRA_CFLAGS="$CFLAGS"@g' PKGBUILD
# no LTO (we don't have support for it yet)
+# we don't optimize for speed as this runs the internal profiling tests
sed -i "s/--with-lto/--without-lto/" PKGBUILD
+sed -i "s/--enable-optimizations/--disable-optimizations/" PKGBUILD