aboutsummaryrefslogtreecommitdiffstats
path: root/packages/wget
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-05-30 14:19:30 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-30 14:19:30 +0000
commit57fbd1ab5141c0ec39dd59cea888b6432e20485a (patch)
tree2920e0c64c5a467f0d6fdb026077f99c69226a09 /packages/wget
parent98ca1289c3a1619faf33b4d59857998810ad31e3 (diff)
downloadopenembedded-57fbd1ab5141c0ec39dd59cea888b6432e20485a.tar.gz
wget 1.9.1: Disable checking for the SSL headers so that it doesn't attempt
to search the system include directories. Closes bug #1031.
Diffstat (limited to 'packages/wget')
-rw-r--r--packages/wget/wget_1.9.1.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/wget/wget_1.9.1.bb b/packages/wget/wget_1.9.1.bb
index ec1f00d4ad..8521655477 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 = "r4"
+PR = "r5"
LICENSE = "GPL"
SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
@@ -19,6 +19,9 @@ EXTRA_OECONF_unslung = ""
# 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"
+
do_configure () {
if [ ! -e acinclude.m4 ]; then
mv aclocal.m4 acinclude.m4