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:
ec01fb6
)
sed 4.1 fix
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 28 Jun 2004 17:53:10 +0000
(17:53 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 28 Jun 2004 17:53:10 +0000
(17:53 +0000)
BKrev: 40e05b06zisqmsNfXMkcJ220_9evgQ
glibc/glibc-initial_cvs.oe
patch
|
blob
|
history
diff --git
a/glibc/glibc-initial_cvs.oe
b/glibc/glibc-initial_cvs.oe
index
00f6a9b
..
be55273
100644
(file)
--- a/
glibc/glibc-initial_cvs.oe
+++ b/
glibc/glibc-initial_cvs.oe
@@
-8,6
+8,7
@@
PACKAGES = ""
do_configure () {
sed -ie 's,{ (exit 1); exit 1; }; },{ (exit 0); }; },g' ${S}/configure
+ chmod +x ${S}/configure
CC="${BUILD_CC}" CPP="${BUILD_CPP}" LD="${BUILD_LD}" ${S}/configure --host=${TARGET_SYS} --build=${BUILD_SYS} \
--without-cvs --disable-sanity-checks --with-headers=${HEADERS_DIR}/include \
--enable-hacker-mode