summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-06-29 20:16:07 +0000
committerChris Larson <clarson@kergoth.com>2004-06-29 20:16:07 +0000
commit2ea36a55937d749b7a078ef95e11f1181fdf9036 (patch)
treecee77dde63f48b7cbc51251c3cc771d1a4516873
parenta7951514adb376ca1037c1c7615633364d58c057 (diff)
Add --ignore-zlib option to zope configure to disable an unnecessary sanity check against our native python.
BKrev: 40e1ce07gEKz7O8DRoHqWSJMwFQ7jg
-rw-r--r--zope/zope_2.7.0.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/zope/zope_2.7.0.oe b/zope/zope_2.7.0.oe
index 16e3f817ac..f2b13ffb0d 100644
--- a/zope/zope_2.7.0.oe
+++ b/zope/zope_2.7.0.oe
@@ -8,7 +8,7 @@ SRC_URI = "http://zope.org/Products/Zope/${PV}rc1/Zope-${PV}-rc1.tgz"
S = "${WORKDIR}/Zope-${PV}-rc1"
do_configure() {
- ./configure --with-python=${STAGING_BINDIR}/python --prefix=${prefix} --optimize
+ ./configure --with-python=${STAGING_BINDIR}/python --prefix=${prefix} --optimize --ignore-zlib
}
do_compile() {