Add --ignore-zlib option to zope configure to disable an unnecessary sanity check...
authorChris Larson <clarson@kergoth.com>
Tue, 29 Jun 2004 20:16:07 +0000 (20:16 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 29 Jun 2004 20:16:07 +0000 (20:16 +0000)
BKrev: 40e1ce07gEKz7O8DRoHqWSJMwFQ7jg

zope/zope_2.7.0.oe

index 16e3f81..f2b13ff 100644 (file)
@@ -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() {