--- net-dns/tinystats/tinystats-1.1.ebuild 2009-04-05 10:08:24.000000000 +0200 +++ net-dns/tinystats/tinystats-1.1.ebuild 2010-03-12 16:30:42.472673441 +0100 @@ -5,8 +5,8 @@ inherit toolchain-funcs DESCRIPTION="A tinydns logging helper app." -HOMEPAGE="http://morettoni.net/tinystats.en.html" -SRC_URI="http://morettoni.net/bsd/${P}.tar.gz" +HOMEPAGE="http://www.morettoni.net/tinystats.en.html" +SRC_URI="http://www.morettoni.net/bsd/${P}.tar.gz" IUSE="ipv6" SLOT="0" @@ -17,7 +17,7 @@ src_compile() { use ipv6 && IPV6="-D WITH_IPV6" - $(tc-getCC) ${CFLAGS} ${IPV6} -o tinystats tinystats.c || \ + $(tc-getCC) ${CFLAGS} ${IPV6} -o tinystats ${LDFLAGS} tinystats.c || \ die "compile failed" }