Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Mon, 2 Aug 2004 21:29:42 +0000 (21:29 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 2 Aug 2004 21:29:42 +0000 (21:29 +0000)
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

glibc/glibc-initial_2.3.2.oe

index c38c51b..439c3ab 100644 (file)
@@ -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