The glibc-2.14.1 patch
0003-configure.in-detect-readelf-with-AC_CHECK_TARGET_TOO.patch adds the
ability to use a specific readelf but does not apply the changes. This
patch adds autogen.sh to re-run autotools on configure.in.

Without this patch OS X can not prepare glibc-headers cause of missing
'readelf' tool.

Signed-off-by: Andreas Bießmann <andr...@biessmann.de>
---
 patches/glibc-2.14.1/autogen.sh |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100755 patches/glibc-2.14.1/autogen.sh

diff --git a/patches/glibc-2.14.1/autogen.sh b/patches/glibc-2.14.1/autogen.sh
new file mode 100755
index 0000000..2ba5507
--- /dev/null
+++ b/patches/glibc-2.14.1/autogen.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# rebuild ./configure (required by
+# 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!
+autoconf configure.in > configure
+
-- 
1.7.8.3


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to