summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2007-06-24 22:57:04 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2007-06-24 22:57:04 +0000
commit500cb7f58eebf4cf05c6c1b0cc04127395a75b58 (patch)
tree0424c4480bb78c227d4451fb9bdff40ce9ce5fdd /encap
parente3c27bc637bfab6593cdaf80b4e8b82a07a4bfb3 (diff)
downloadbcfg2-500cb7f58eebf4cf05c6c1b0cc04127395a75b58.tar.gz
bcfg2-500cb7f58eebf4cf05c6c1b0cc04127395a75b58.tar.bz2
bcfg2-500cb7f58eebf4cf05c6c1b0cc04127395a75b58.zip
EncapPackages: don't link against linintl
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3345 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-rw-r--r--encap/src/encap-profiles/bcfg2-python-2.4.4.ep4
1 files changed, 3 insertions, 1 deletions
diff --git a/encap/src/encap-profiles/bcfg2-python-2.4.4.ep b/encap/src/encap-profiles/bcfg2-python-2.4.4.ep
index db2f764c9..857cc681d 100644
--- a/encap/src/encap-profiles/bcfg2-python-2.4.4.ep
+++ b/encap/src/encap-profiles/bcfg2-python-2.4.4.ep
@@ -83,6 +83,7 @@ url="http://encapsrcdist/mirror/python/Python-2.4.4.tgz
if [ -f setup.py.orig ]; then cp setup.py.orig setup.py; fi
cat setup.py \
| sed s:\/usr\/local\/:\/usr\/local\/lib\/bcfg2\/:g \
+| sed s:intl::g \
> setup.py.bcfg2
mv setup.py setup.py.orig
cp setup.py.bcfg2 setup.py
@@ -94,7 +95,8 @@ PLATFORM_ELSE
PLATFORM_ENDIF
--enable-shared=no \
--disable-ipv6 \
- --without-cxx
+ --without-cxx \
+ --without-libintl
</configure>
</source>