apply patch to stop libtool moaning.
authorMichael Lauer <mickey@vanille-media.de>
Thu, 20 May 2004 20:24:38 +0000 (20:24 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 20 May 2004 20:24:38 +0000 (20:24 +0000)
with this ntop gets further, however still bails out

BKrev: 40ad14063fa_6Qa-y0aab9bwKbuYpg

nonworking/ntop/ntop-3.0/libtool-shut-up.patch [new file with mode: 0644]
nonworking/ntop/ntop_3.0.oe

diff --git a/nonworking/ntop/ntop-3.0/libtool-shut-up.patch b/nonworking/ntop/ntop-3.0/libtool-shut-up.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..8f37092 100644 (file)
@@ -0,0 +1,19 @@
+DESCRIPTION = "ntop is network top"
+SECTION = "network"
+PRIORITY = "optional"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/ntop/ntop-${PV}.tgz \
+          file://${FILESDIR}/libtool-shut-up.patch;patch=1"
+
+inherit autotools
+
+do_configure_prepend() {
+       find . -name "acinclude.m4"|xargs rm -f
+       find . -name "aclocal.m4" |xargs rm -f
+       find . -name "config.h.in"|xargs rm -f
+       find . -name "Makefile.in"|xargs rm -f
+       find . -name "configure"|xargs rm -f
+}
+export NTOPAUTOREBUILD=yes
+export NTOPCONFIGDEBUG=yes