summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-09-04 17:04:34 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-09-04 17:04:34 +0000
commitad0e43f312bebb22b621dc0e10cc2e4c6a8e6777 (patch)
tree4696390482de6397430da9f8ff727b8e34b189a0 /encap
parent875402d0eb98cfb75341f510702f3223d8c8bb84 (diff)
downloadbcfg2-ad0e43f312bebb22b621dc0e10cc2e4c6a8e6777.tar.gz
bcfg2-ad0e43f312bebb22b621dc0e10cc2e4c6a8e6777.tar.bz2
bcfg2-ad0e43f312bebb22b621dc0e10cc2e4c6a8e6777.zip
EncapPackages: Try building python in non-shared mode, in shared mode
there is a confusing bug where a new python binary can find an older python .so first, and show up as the old version, and not really work. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2185 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-rw-r--r--encap/src/encap-profiles/bcfg2-python-2.4.3.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/encap/src/encap-profiles/bcfg2-python-2.4.3.ep b/encap/src/encap-profiles/bcfg2-python-2.4.3.ep
index fd4ace06b..277e80b75 100644
--- a/encap/src/encap-profiles/bcfg2-python-2.4.3.ep
+++ b/encap/src/encap-profiles/bcfg2-python-2.4.3.ep
@@ -80,7 +80,7 @@ PLATFORM_ELSE
--with-gcc \
--with-cxx=g++ \
PLATFORM_ENDIF
- --enable-shared=yes \
+ --enable-shared=no \
--disable-ipv6
</configure>