• 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/mongrel2/Config.in
Thomas De SchampheleireThomas De Schampheleire committed f05e3c9ab6118 Dec 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
comment "mongrel2 needs a toolchain w/ C++, IPv6, threads, largefile, wchar"
2
    depends on BR2_UCLIBC_VERSION_SNAPSHOT || \
3
        BR2_TOOLCHAIN_USES_GLIBC || \
4
        BR2_arm
5
    depends on !BR2_INSTALL_LIBSTDCPP || !BR2_INET_IPV6 || \
6
        !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || !BR2_USE_WCHAR
7
​
8
config BR2_PACKAGE_MONGREL2
9
    bool "mongrel2"
10
    select BR2_PACKAGE_SQLITE
11
    select BR2_PACKAGE_ZEROMQ
12
    depends on BR2_INSTALL_LIBSTDCPP # zeromq
13
    depends on BR2_INET_IPV6 # zeromq
14
    depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
15
    depends on BR2_LARGEFILE # zeromq -> util-linux
16
    depends on BR2_USE_WCHAR # zeromq -> util-linux
17
    # {get,make,swap}context functions present in
18
    # {e,}glibc and in uClibc's master branch. Source has arm workaround
19
    depends on BR2_UCLIBC_VERSION_SNAPSHOT || \
20
        BR2_TOOLCHAIN_USES_GLIBC || \
21
        BR2_arm
22
    help
23
      Mongrel2 is an application, language, and network architecture
24
      agnostic web server that focuses on web applications using
25
      modern browser technologies.
26
​
27
      Mongrel2 supports 17 languages and platforms, HTTP, Flash
28
      sockets, WebSockets, Long Polling, and many ways to deploy
29
      and hack on it.
30
​
31
      http://www.mongrel2.org
  • 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.