• 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/libmicrohttpd/Config.in
Baruch SiachBaruch Siach committed 48b4ad9451c28 Nov 2017
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_LIBMICROHTTPD
2
    bool "libmicrohttpd"
3
    depends on BR2_TOOLCHAIN_HAS_THREADS
4
    help
5
      GNU libmicrohttpd is a small C library that makes it easy to
6
      run an HTTP server as part of another application.
7
​
8
      http://www.gnu.org/software/libmicrohttpd/
9
​
10
if BR2_PACKAGE_LIBMICROHTTPD
11
​
12
config BR2_PACKAGE_LIBMICROHTTPD_SSL
13
    bool "https support"
14
    depends on !BR2_STATIC_LIBS # gnutls
15
    depends on BR2_USE_WCHAR
16
    select BR2_PACKAGE_GNUTLS
17
    help
18
      Enable HTTPS (SSL) support.
19
​
20
comment "libmicrohttpd https support needs a toolchain w/ wchar, dynamic library"
21
    depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
22
​
23
endif
24
​
25
comment "libmicrohttpd needs a toolchain w/ threads"
26
    depends on !BR2_TOOLCHAIN_HAS_THREADS
  • 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.