From: Koen Kooi Date: Mon, 5 Dec 2005 22:36:49 +0000 (+0000) Subject: wget 1.1.1: enable ipv6, courtesy Erik Hovland, closes familiar bug #1333 X-Git-Tag: Release-2010-05/1~9453^2~2976 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eb8eb685e9192a2d844f071cd121b47b839ddea;p=openembedded.git wget 1.1.1: enable ipv6, courtesy Erik Hovland, closes familiar bug #1333 --- diff --git a/packages/wget/wget_1.9.1.bb b/packages/wget/wget_1.9.1.bb index ee95220244..b4aad904ba 100644 --- a/packages/wget/wget_1.9.1.bb +++ b/packages/wget/wget_1.9.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more." SECTION = "console/network" MAINTAINER = "Chris Larson " DEPENDS = "" -PR = "r1" +PR = "r2" LICENSE = "GPL" SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ @@ -12,6 +12,8 @@ S = "${WORKDIR}/wget-${PV}" inherit autotools gettext +EXTRA_OECONF = "--enable-ipv6" + do_configure () { if [ ! -e acinclude.m4 ]; then mv aclocal.m4 acinclude.m4