wget 1.1.1: enable ipv6, courtesy Erik Hovland, closes familiar bug #1333
authorKoen Kooi <koen@openembedded.org>
Mon, 5 Dec 2005 22:36:49 +0000 (22:36 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 5 Dec 2005 22:36:49 +0000 (22:36 +0000)
packages/wget/wget_1.9.1.bb

index ee95220..b4aad90 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more."
 SECTION = "console/network"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 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