aboutsummaryrefslogtreecommitdiffstats
path: root/packages/curl
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-12-17 18:30:18 +0000
committerHolger Freyther <zecke@selfish.org>2007-12-17 18:30:18 +0000
commitc6fbacf61b2e7594624382f018115e929278edbd (patch)
tree06c17011d0a9793367dfcc70f5ad6983cf007d4c /packages/curl
parentd90afc619d2878827f398d2a183768401d983dcf (diff)
downloadopenembedded-c6fbacf61b2e7594624382f018115e929278edbd.tar.gz
packages/curl/{curl,curl-native}: Do not try to use libssh2.
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.
Diffstat (limited to 'packages/curl')
-rw-r--r--packages/curl/curl_7.16.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/curl/curl_7.16.4.bb b/packages/curl/curl_7.16.4.bb
index ce6175b419..0053a12fdb 100644
--- 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 \