BUGFIX: correct build of inetutils with automake/aclocal 1.8.
authorChris Larson <clarson@kergoth.com>
Mon, 26 Jan 2004 22:10:59 +0000 (22:10 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 26 Jan 2004 22:10:59 +0000 (22:10 +0000)
BKrev: 40159073Ub3KsOi5YR8lcePFCPMUxA

inetutils/inetutils-1.4.2/configure.patch [new file with mode: 0644]
inetutils/inetutils_1.4.2.oe

diff --git a/inetutils/inetutils-1.4.2/configure.patch b/inetutils/inetutils-1.4.2/configure.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..983a685 100644 (file)
@@ -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*
+}