From: Chris Larson Date: Tue, 29 Jun 2004 20:16:07 +0000 (+0000) Subject: Add --ignore-zlib option to zope configure to disable an unnecessary sanity check... X-Git-Tag: Release-2010-05/1~18453 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea36a55937d749b7a078ef95e11f1181fdf9036;p=openembedded.git Add --ignore-zlib option to zope configure to disable an unnecessary sanity check against our native python. BKrev: 40e1ce07gEKz7O8DRoHqWSJMwFQ7jg --- 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() {