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:
d90afc6
)
packages/curl/{curl,curl-native}: Do not try to use libssh2.
author
Holger Freyther
<zecke@selfish.org>
Mon, 17 Dec 2007 18:30:18 +0000
(18:30 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Mon, 17 Dec 2007 18:30:18 +0000
(18:30 +0000)
My curl-native build broke on libssh2, it is definately not needed for normal
operations and it is highly unlikely that we ever had libssh2 on for a non-native
build.
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
ce6175b
..
0053a12
100644
(file)
--- a/
packages/curl/curl_7.16.4.bb
+++ b/
packages/curl/curl_7.16.4.bb
@@
-12,6
+12,7
@@
inherit autotools pkgconfig binconfig
EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \
--with-gnutls=${STAGING_BINDIR_CROSS}/ \
--without-ssl \
+ --without-libssh2 \
--with-random=/dev/urandom \
--without-libidn \
--enable-crypto-auth \