From eef5b467b64cd47a379148aac09ad6ca654c09ae Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 17 Oct 2003 18:45:23 +0000 Subject: [PATCH] Add coreutils configure patch -- added AC_FUNC_ALLOCA, since @ALLOCA@ is used, and added AC_PROG_YACC, since yacc is used. BKrev: 3f9038c3JLwTba9zG0EPjH5ZLazc-w --- coreutils/coreutils-5.0/configure.patch | 0 coreutils/coreutils_5.0.oe | 9 +++++++++ 2 files changed, 9 insertions(+) create mode 100644 coreutils/coreutils-5.0/configure.patch diff --git a/coreutils/coreutils-5.0/configure.patch b/coreutils/coreutils-5.0/configure.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/coreutils/coreutils_5.0.oe b/coreutils/coreutils_5.0.oe index e69de29bb2..b188928e46 100644 --- a/coreutils/coreutils_5.0.oe +++ b/coreutils/coreutils_5.0.oe @@ -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 -- 2.39.5