diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-09-04 17:04:34 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-09-04 17:04:34 +0000 |
commit | ad0e43f312bebb22b621dc0e10cc2e4c6a8e6777 (patch) | |
tree | 4696390482de6397430da9f8ff727b8e34b189a0 | |
parent | 875402d0eb98cfb75341f510702f3223d8c8bb84 (diff) | |
download | bcfg2-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
-rw-r--r-- | encap/src/encap-profiles/bcfg2-python-2.4.3.ep | 2 |
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> |