diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-26 22:10:59 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-26 22:10:59 +0000 |
commit | c823f462f86b91e8afbbf972fbefd118c5edfe79 (patch) | |
tree | b79bded32a43b5bf029f7aff41b6ca3d2e698bc1 /inetutils/inetutils_1.4.2.oe | |
parent | 80ddab5d3cb529e756db479b3eac8e72cc359e16 (diff) |
BUGFIX: correct build of inetutils with automake/aclocal 1.8.
BKrev: 40159073Ub3KsOi5YR8lcePFCPMUxA
Diffstat (limited to 'inetutils/inetutils_1.4.2.oe')
-rw-r--r-- | inetutils/inetutils_1.4.2.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/inetutils/inetutils_1.4.2.oe b/inetutils/inetutils_1.4.2.oe index e69de29bb2..983a685e59 100644 --- a/inetutils/inetutils_1.4.2.oe +++ b/inetutils/inetutils_1.4.2.oe @@ -0,0 +1,13 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 ncurses +LICENSE = GPL + +SRC_URI = ${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 + +inherit autotools + +EXTRA_OECONF = --with-ncurses-include-dir=${STAGING_INCDIR} +do_configure_prepend () { + rm -f ${S}/glob/configure* +} |