summaryrefslogtreecommitdiff
path: root/fetchmail/fetchmail_6.2.3.oe
blob: 7f5c3f36dbba4ce76eb2d7787931ef187e40d70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}