Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/2] Add support for libssh2 in buildroot
@ 2013-08-29 22:32 Ryan Barnett
  2013-08-29 22:32 ` [Buildroot] [PATCH v2 1/2] libssh2: add support for new package libssh2 Ryan Barnett
  2013-08-29 22:32 ` [Buildroot] [PATCH v2 2/2] libcurl: add support for compiling with libssh2 Ryan Barnett
  0 siblings, 2 replies; 4+ messages in thread
From: Ryan Barnett @ 2013-08-29 22:32 UTC (permalink / raw)
  To: buildroot

Adding support for libssh2 to buildroot to allow for its use with libcurl. 
By having libcurl use libssh2, features like SCP and SFTP become possible 
when using libcurl.

For more detailed information about options enabled with libssh2 in libcurl
see the following website: http://curl.haxx.se/docs/features.html

Change from v1 -> v2:
  * All the following changes were noted by Arnout Vandecappelle
  * updated commit comments for libssh2
  * removed details from libssh2/Config.in
  * added libssh2 to select libgcrypt by default
  * fixed up configuration options libssh2 in libssh.mk
  * removed removal of documentation and static libraries since the
    target finalize step takes care of this
  * added check for zlib dependancy (myself)

Ryan Barnett (2):
  libssh2: add support for new package libssh2
  libcurl: add support for compiling with libssh2

 package/Config.in          |    1 +
 package/libcurl/libcurl.mk |    8 ++++++++
 package/libssh2/Config.in  |   11 +++++++++++
 package/libssh2/libssh2.mk |   32 ++++++++++++++++++++++++++++++++
 4 files changed, 52 insertions(+), 0 deletions(-)
 create mode 100644 package/libssh2/Config.in
 create mode 100644 package/libssh2/libssh2.mk

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-30  3:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-29 22:32 [Buildroot] [PATCH v2 0/2] Add support for libssh2 in buildroot Ryan Barnett
2013-08-29 22:32 ` [Buildroot] [PATCH v2 1/2] libssh2: add support for new package libssh2 Ryan Barnett
2013-08-30  3:55   ` Baruch Siach
2013-08-29 22:32 ` [Buildroot] [PATCH v2 2/2] libcurl: add support for compiling with libssh2 Ryan Barnett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox