diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-02 21:29:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-02 21:29:42 +0000 |
commit | 7a9617a8acc5ff8ef32ddbb6c08e0d09aeb1804d (patch) | |
tree | 50358f2a44767ec7cccdeda4dbd77eb3eca11d0a | |
parent | abf74016f3a56a5dc28cfc81aa522a485af4b3df (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into workhouse.nexus.co.uk:/home/pb/oe/oe-packages
2004/08/02 22:29:18+01:00 nexus.co.uk!pb
add "chmod +x configure"
BKrev: 410eb246jff35wXYc4R2VBk1YFrftw
-rw-r--r-- | glibc/glibc-initial_2.3.2.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glibc/glibc-initial_2.3.2.oe b/glibc/glibc-initial_2.3.2.oe index c38c51b979..439c3abb62 100644 --- a/glibc/glibc-initial_2.3.2.oe +++ b/glibc/glibc-initial_2.3.2.oe @@ -9,6 +9,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 |