git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ab609f
)
curl: really disable libidn (from Poky)
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 11 Dec 2007 11:19:51 +0000
(11:19 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 11 Dec 2007 11:19:51 +0000
(11:19 +0000)
packages/curl/curl_7.16.4.bb
patch
|
blob
|
history
diff --git
a/packages/curl/curl_7.16.4.bb
b/packages/curl/curl_7.16.4.bb
index
f59d32d
..
ce6175b
100644
(file)
--- a/
packages/curl/curl_7.16.4.bb
+++ b/
packages/curl/curl_7.16.4.bb
@@
-2,7
+2,7
@@
DESCRIPTION = "Command line tool and library for client-side URL transfers."
LICENSE = "MIT"
DEPENDS = "zlib gnutls"
SECTION = "console/network"
-PR = "r
0
"
+PR = "r
1
"
SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2"
S = "${WORKDIR}/curl-${PV}"
@@
-13,7
+13,7
@@
EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \
--with-gnutls=${STAGING_BINDIR_CROSS}/ \
--without-ssl \
--with-random=/dev/urandom \
- --without-idn \
+ --without-
lib
idn \
--enable-crypto-auth \
"