git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a795151
)
Add --ignore-zlib option to zope configure to disable an unnecessary sanity check...
author
Chris Larson
<clarson@kergoth.com>
Tue, 29 Jun 2004 20:16:07 +0000
(20:16 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Tue, 29 Jun 2004 20:16:07 +0000
(20:16 +0000)
BKrev: 40e1ce07gEKz7O8DRoHqWSJMwFQ7jg
zope/zope_2.7.0.oe
patch
|
blob
|
history
diff --git
a/zope/zope_2.7.0.oe
b/zope/zope_2.7.0.oe
index
16e3f81
..
f2b13ff
100644
(file)
--- 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() {