summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>