From 31ceab21977e8a6a004c7fe6760c169b84042120 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 23 Dec 2005 10:39:39 +0000 Subject: [PATCH] *** empty log message *** --- config_files/Python-2.2.1.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config_files/Python-2.2.1.sh b/config_files/Python-2.2.1.sh index b93add4..753639b 100755 --- a/config_files/Python-2.2.1.sh +++ b/config_files/Python-2.2.1.sh @@ -99,7 +99,7 @@ check_jb tar xfz ${SOURCE_DIR}/Python-2.2.1.tgz -C ${INSTALL_WORK} cd ${PRODUCT_WORK} check_job ${PRODUCT_DIR}/CONFIGURE.LOG \ - ./configure --prefix=${PRODUCT_DIR} --with-threads --with-cxx=`which g++` --enable-shared + ./configure --prefix=${PRODUCT_DIR} --with-threads --with-cxx=`which g++` # vsr: not compiled on RedHat8.0 without libstdc++.so sed -e 's%LIBS= -ldl -lpthread -lutil%LIBS= -ldl -lpthread -lutil -lstdc++%g' Makefile > _Makefile mv -f _Makefile Makefile @@ -113,7 +113,6 @@ EOF check_job ${PRODUCT_DIR}/MAKE.LOG make check_job ${PRODUCT_DIR}/MAKINSTALL.LOG make install -(cd ${PRODUCT_DIR}/lib/python2.2/config; ln -s ../../libpython2.2.so.1.0 libpython2.2.so) #du -sk ${PRODUCT_WORK} > ${PRODUCT_DIR}/size.log cd ${PRODUCT_DIR}; rm -fr ${PRODUCT_WORK} -- 2.39.2