The branch, master has been updated
via 434956b use --enabled-shared in python install script
from 584a1fe the ppc64 box 'tridge' needs the python devel headers
installed
http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 434956b37afb55a418d488233a6afaf907d4e8d2
Author: Andrew Tridgell <[email protected]>
Date: Thu Sep 8 13:51:17 2011 +1000
use --enabled-shared in python install script
this makes the build much smaller, and fixes a problem on 'tridge' in
the build farm
-----------------------------------------------------------------------
Summary of changes:
install_python.fns | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/install_python.fns b/install_python.fns
index d44b999..d3c4d64 100644
--- a/install_python.fns
+++ b/install_python.fns
@@ -14,7 +14,7 @@ do_install_python() {
rm -rf $VERSION || exit 1
tar -xf $VERSION.tar || exit 1
cd $VERSION || exit 1
- ./configure --prefix=$HOME/python --disable-ipv6 || exit 1
+ ./configure --prefix=$HOME/python --disable-ipv6 --enable-shared ||
exit 1
make || exit 1
make install || exit 1
cd ../.. || exit 1
--
build.samba.org