• 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/duma/Config.in
Thomas PetazzoniThomas Petazzoni committed 648e791768c17 May 2015
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_DUMA
2
    bool "duma"
3
    depends on BR2_INSTALL_LIBSTDCPP
4
    depends on BR2_TOOLCHAIN_HAS_THREADS
5
    # By design, duma uses page mapping to isolate
6
    # allocations. Non-MMU platforms cannot perform such
7
    # things.
8
    depends on BR2_USE_MMU
9
    # duma works using LD_PRELOAD, so it always needs to build a
10
    # shared library
11
    depends on !BR2_STATIC_LIBS
12
    help
13
      D.U.M.A. - Detect Unintended Memory Access. A fork of the
14
      Electric Fence library. Detects buffer overflow and
15
      underflow, and also memory leaks.
16
​
17
      http://duma.sourceforge.net
18
​
19
if BR2_PACKAGE_DUMA
20
​
21
config BR2_PACKAGE_DUMA_NO_LEAKDETECTION
22
    bool "disable memory leak detection"
23
​
24
endif # BR2_PACKAGE_DUMA
25
​
26
comment "duma needs a toolchain w/ C++, threads, dynamic library"
27
    depends on BR2_USE_MMU
28
    depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
29
        BR2_STATIC_LIBS
  • 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.