[oe-commits] org.oe.dev packages/curl/{curl, curl-native}: Do not try to use libssh2.

freyther commit openembedded-commits at lists.openembedded.org
Mon Dec 17 21:30:47 UTC 2007


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.

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 5e43d3e4f15cce50de048baf7164796af353cd26
ViewMTN: http://monotone.openembedded.org/revision/info/5e43d3e4f15cce50de048baf7164796af353cd26
Files:
1
packages/curl/curl_7.16.4.bb
Diffs:

#
# mt diff -r1d90679b945127361a4677733c372c992d2034f9 -r5e43d3e4f15cce50de048baf7164796af353cd26
#
# 
# 
# patch "packages/curl/curl_7.16.4.bb"
#  from [9f422993011a8a54e5050ac333fe5e07a7112e3d]
#    to [e059af19afea35121903c9bfbda21700cbf38c07]
# 
============================================================
--- packages/curl/curl_7.16.4.bb	9f422993011a8a54e5050ac333fe5e07a7112e3d
+++ packages/curl/curl_7.16.4.bb	e059af19afea35121903c9bfbda21700cbf38c07
@@ -12,6 +12,7 @@ EXTRA_OECONF = "--with-zlib=${STAGING_LI
 EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \
                 --with-gnutls=${STAGING_BINDIR_CROSS}/ \
                 --without-ssl \
+                --without-libssh2 \
 		--with-random=/dev/urandom \
 		--without-libidn \
 		--enable-crypto-auth \






More information about the Openembedded-commits mailing list