diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-11 10:38:07 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-11 10:38:07 +0000 |
| commit | e079d07220f2d0fc4e591c1306f15161cd2ac2e9 (patch) | |
| tree | 475ad5f82195eafcce325db5389ef266adbbc173 /meta/packages | |
| parent | 49bcedcc8d454e8ce6cccd746ce83079678f4015 (diff) | |
| download | poky-e079d07220f2d0fc4e591c1306f15161cd2ac2e9.tar.gz | |
curl: really disable libidn
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3324 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
| -rw-r--r-- | meta/packages/curl/curl_7.16.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/curl/curl_7.16.2.bb b/meta/packages/curl/curl_7.16.2.bb index af705141a5..a8749f6662 100644 --- a/meta/packages/curl/curl_7.16.2.bb +++ b/meta/packages/curl/curl_7.16.2.bb | |||
| @@ -3,7 +3,7 @@ LICENSE = "MIT" | |||
| 3 | DEPENDS = "zlib" | 3 | DEPENDS = "zlib" |
| 4 | SECTION = "console/network" | 4 | SECTION = "console/network" |
| 5 | RPROVIDES_lib${PN} += "libcurl" | 5 | RPROVIDES_lib${PN} += "libcurl" |
| 6 | PR = "r1" | 6 | PR = "r2" |
| 7 | 7 | ||
| 8 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2" | 8 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2" |
| 9 | S = "${WORKDIR}/curl-${PV}" | 9 | S = "${WORKDIR}/curl-${PV}" |
| @@ -13,7 +13,7 @@ inherit autotools pkgconfig binconfig | |||
| 13 | EXTRA_OECONF = "--with-zlib=${STAGING_DIR_HOST}${layout_prefix}/ \ | 13 | EXTRA_OECONF = "--with-zlib=${STAGING_DIR_HOST}${layout_prefix}/ \ |
| 14 | --without-ssl \ | 14 | --without-ssl \ |
| 15 | --with-random=/dev/urandom \ | 15 | --with-random=/dev/urandom \ |
| 16 | --without-idn \ | 16 | --without-libidn \ |
| 17 | --enable-http \ | 17 | --enable-http \ |
| 18 | --enable-file" | 18 | --enable-file" |
| 19 | 19 | ||
