• 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/python3/112-optional-ossaudiodev.patch
Thomas PetazzoniThomas Petazzoni committed be6798ace7510 Jan 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Add an option to disable the ossaudiodev module
2
​
3
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4
​
5
Index: b/configure.ac
6
===================================================================
7
--- a/configure.ac
8
+++ b/configure.ac
9
@@ -2417,6 +2417,12 @@
10
 fi
11
 AC_SUBST(MPDEC)
12
 
13
+AC_ARG_ENABLE(ossaudiodev,
14
+   AS_HELP_STRING([--disable-ossaudiodev], [disable OSSAUDIODEV]),
15
+   [ if test "$enableval" = "no"; then
16
+     DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} ossaudiodev"
17
+     fi])
18
+
19
 # Check for support for loadable sqlite extensions
20
 AC_MSG_CHECKING(for --enable-loadable-sqlite-extensions)
21
 AC_ARG_ENABLE(loadable-sqlite-extensions,
  • 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.