Add coreutils configure patch -- added AC_FUNC_ALLOCA, since @ALLOCA@
authorChris Larson <clarson@kergoth.com>
Fri, 17 Oct 2003 18:45:23 +0000 (18:45 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 17 Oct 2003 18:45:23 +0000 (18:45 +0000)
is used, and added AC_PROG_YACC, since yacc is used.

BKrev: 3f9038c3JLwTba9zG0EPjH5ZLazc-w

coreutils/coreutils-5.0/configure.patch [new file with mode: 0644]
coreutils/coreutils_5.0.oe

diff --git a/coreutils/coreutils-5.0/configure.patch b/coreutils/coreutils-5.0/configure.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..b188928 100644 (file)
@@ -0,0 +1,9 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz \
+         file://${FILESDIR}/malloc.patch;patch=1 \
+         file://${FILESDIR}/configure.patch;patch=1
+S = ${WORKDIR}/${P}
+
+inherit autotools