sed 4.1 fix
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 28 Jun 2004 17:53:10 +0000 (17:53 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 28 Jun 2004 17:53:10 +0000 (17:53 +0000)
BKrev: 40e05b06zisqmsNfXMkcJ220_9evgQ

glibc/glibc-initial_cvs.oe

index 00f6a9b..be55273 100644 (file)
@@ -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