diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-06-07 20:06:48 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-07 20:06:48 +0000 |
commit | 9c685878a4f054562e8a2bddcf195ae44aac3484 (patch) | |
tree | 1caf03e286a952e88006bc1f3891820184f22d07 /packages/wget/wget_1.9.1.bb | |
parent | 82281183231cf5d72da214e42e7340bfcd900e13 (diff) | |
parent | 759e5b0223f56d360fdd1e2eda81aac574089dda (diff) |
merge of 0fbcc5da7abe05787c6a591e53e9072cb3b115d5
and 99f9fc9ea4f05af6472ec5a42c5a6516440654e6
Diffstat (limited to 'packages/wget/wget_1.9.1.bb')
-rw-r--r-- | packages/wget/wget_1.9.1.bb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/packages/wget/wget_1.9.1.bb b/packages/wget/wget_1.9.1.bb index 8521655477..f5bf6439dc 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 <kergoth@handhelds.org>" DEPENDS = "" -PR = "r5" +PR = "r6" LICENSE = "GPL" SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ @@ -12,15 +12,13 @@ S = "${WORKDIR}/wget-${PV}" inherit autotools gettext -EXTRA_OECONF = "--enable-ipv6" +# Disable checking for SSL since that searches the system paths +EXTRA_OECONF = "--enable-ipv6 --without-ssl" # The unslung kernel does not support ipv6 -EXTRA_OECONF_unslung = "" +EXTRA_OECONF_unslung = "--without-ssl" # SlugOS kernels do not support ipv6. Can be loaded as a module. -EXTRA_OECONF_slugos = "" - -# Disable checking for SSL since that searches the system paths -EXTRA_OECONF += "--without-ssl" +EXTRA_OECONF_slugos = "--without-ssl" do_configure () { if [ ! -e acinclude.m4 ]; then |