From: <smi...@us...> - 2003-12-31 02:28:09
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv19846/scripts Modified Files: Python Log Message: fix problems with ET_DYN Index: Python =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/Python,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Python 13 Oct 2003 17:36:07 -0000 1.16 +++ Python 31 Dec 2003 02:28:05 -0000 1.17 @@ -29,6 +29,7 @@ case $1 in build ) if [ "$CONFIG_PYTHON" = "y" ]; then + disable_et_dyn rm -rf $WORKDIR/Python-install/usr mkdir -p $WORKDIR/Python-install/usr ./configure --prefix=$WORKDIR/Python-install/usr --host=$CONF_HOST --with-threads \ |