• 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/libressl/libressl.mk
Bernd KuhlsBernd Kuhls committed 9f1900ecaa502 Apr 2018
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# libressl
4
#
5
################################################################################
6
​
7
LIBRESSL_VERSION = 2.7.2
8
LIBRESSL_SITE = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL
9
LIBRESSL_LICENSE = ISC (new additions), OpenSSL or SSLeay (original OpenSSL code)
10
LIBRESSL_LICENSE_FILES = COPYING
11
LIBRESSL_INSTALL_STAGING = YES
12
​
13
ifeq ($(BR2_PACKAGE_LIBRESSL_BIN),)
14
define LIBRESSL_REMOVE_BIN
15
    $(RM) -f $(TARGET_DIR)/usr/bin/openssl
16
endef
17
LIBRESSL_POST_INSTALL_TARGET_HOOKS += LIBRESSL_REMOVE_BIN
18
endif
19
​
20
$(eval $(autotools-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.