From 7a9617a8acc5ff8ef32ddbb6c08e0d09aeb1804d Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Mon, 2 Aug 2004 21:29:42 +0000 Subject: 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 --- glibc/glibc-initial_2.3.2.oe | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3