diff options
Diffstat (limited to 'zope/zope_2.7.0.oe')
-rw-r--r-- | zope/zope_2.7.0.oe | 2 |
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() { |