From ad0e43f312bebb22b621dc0e10cc2e4c6a8e6777 Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Mon, 4 Sep 2006 17:04:34 +0000 Subject: 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 --- encap/src/encap-profiles/bcfg2-python-2.4.3.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'encap') 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 -- cgit v1.2.3-1-g7c22