• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libssh/libssh.mk
Baruch SiachBaruch Siach committed 8c48da7ad4c08 Jul 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libssh
4
#
5
################################################################################
6
​
7
LIBSSH_VERSION = 0.7.5
8
LIBSSH_SOURCE = libssh-$(LIBSSH_VERSION).tar.xz
9
LIBSSH_SITE = https://red.libssh.org/attachments/download/218
10
LIBSSH_LICENSE = LGPL-2.1
11
LIBSSH_LICENSE_FILES = COPYING
12
LIBSSH_INSTALL_STAGING = YES
13
LIBSSH_SUPPORTS_IN_SOURCE_BUILD = NO
14
LIBSSH_CONF_OPTS = \
15
    -DWITH_STACK_PROTECTOR=OFF \
16
    -DWITH_SERVER=OFF \
17
    -DWITH_EXAMPLES=OFF
18
​
19
ifeq ($(BR2_PACKAGE_ZLIB),y)
20
LIBSSH_CONF_OPTS += -DWITH_ZLIB=ON
21
LIBSSH_DEPENDENCIES += zlib
22
else
23
LIBSSH_CONF_OPTS += -DWITH_ZLIB=OFF
24
endif
25
​
26
# Dependency is either on libgcrypt or openssl, guaranteed in Config.in.
27
# Favour libgcrypt.
28
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
29
LIBSSH_CONF_OPTS += -DWITH_GCRYPT=ON
30
LIBSSH_DEPENDENCIES += libgcrypt
31
else
32
LIBSSH_CONF_OPTS += -DWITH_GCRYPT=OFF
33
LIBSSH_DEPENDENCIES += openssl
34
endif
35
​
36
$(eval $(cmake-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.