summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2012-09-18 15:49:50 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2012-09-18 15:49:50 +0200
commit57da51d93a1e096b1b0b45a0fd95d602af62e17d (patch)
tree995fb615bde5b6a4e3379aeff9d5515641290e2f
parentf0a09a5600d58058f826e01e83e2bc25a5e986ce (diff)
downloadOSELAS.Toolchain-57da51d93a1e096b1b0b45a0fd95d602af62e17d.tar.gz
OSELAS.Toolchain-57da51d93a1e096b1b0b45a0fd95d602af62e17d.tar.xz
glibc-2.14.1: autogen.sh: make configure writeable
On some systems the configure script it not writeable, and the autoconf command will fail otherwise. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rwxr-xr-xpatches/glibc-2.14.1/autogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/glibc-2.14.1/autogen.sh b/patches/glibc-2.14.1/autogen.sh
index 2ba5507..2f7a28e 100755
--- a/patches/glibc-2.14.1/autogen.sh
+++ b/patches/glibc-2.14.1/autogen.sh
@@ -4,5 +4,6 @@
# 0003-configure.in-detect-readelf-with-AC_CHECK_TARGET_TOO.patch) but do not
# use autoreconf, this does not work on every system correctly. Even makefiles
# do it that way!
+chmod +w configure
autoconf configure.in > configure