aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail/fetchmail_6.2.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail/fetchmail_6.2.3.oe')
-rw-r--r--fetchmail/fetchmail_6.2.3.oe13
1 files changed, 13 insertions, 0 deletions
diff --git a/fetchmail/fetchmail_6.2.3.oe b/fetchmail/fetchmail_6.2.3.oe
index e69de29bb2..7f5c3f36db 100644
--- a/fetchmail/fetchmail_6.2.3.oe
+++ b/fetchmail/fetchmail_6.2.3.oe
@@ -0,0 +1,13 @@
+DEPENDS = "virtual/libc"
+RDEPENDS = "libc6"
+
+SRC_URI = http://catb.org/~esr/fetchmail/fetchmail-${PV}.tar.gz \
+ file://${FILESDIR}/configure.patch;patch=1
+
+inherit autotools
+
+do_configure_prepend () {
+ if [ ! -e acinclude.m4 ]; then
+ cat aclocal.m4 > acinclude.m4
+ fi
+}