From 2ea36a55937d749b7a078ef95e11f1181fdf9036 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 29 Jun 2004 20:16:07 +0000 Subject: [PATCH] Add --ignore-zlib option to zope configure to disable an unnecessary sanity check against our native python. BKrev: 40e1ce07gEKz7O8DRoHqWSJMwFQ7jg --- zope/zope_2.7.0.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5