diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-20 20:24:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-20 20:24:38 +0000 |
commit | 6cd271bfea6bf5e73fd2c71ace9eb0560df04601 (patch) | |
tree | dbd41d4b61433b7bec2c2b048cb60d0d41817569 | |
parent | 761f9812d8177a3fd277ccf14b82e0c29229abb0 (diff) |
apply patch to stop libtool moaning.
with this ntop gets further, however still bails out
BKrev: 40ad14063fa_6Qa-y0aab9bwKbuYpg
-rw-r--r-- | nonworking/ntop/ntop-3.0/libtool-shut-up.patch | 0 | ||||
-rw-r--r-- | nonworking/ntop/ntop_3.0.oe | 19 |
2 files changed, 19 insertions, 0 deletions
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 index 0000000000..e69de29bb2 --- /dev/null +++ b/nonworking/ntop/ntop-3.0/libtool-shut-up.patch diff --git a/nonworking/ntop/ntop_3.0.oe b/nonworking/ntop/ntop_3.0.oe index e69de29bb2..8f37092507 100644 --- a/nonworking/ntop/ntop_3.0.oe +++ b/nonworking/ntop/ntop_3.0.oe @@ -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 |