• 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/python3-109-optional-unicodedata.patch
Thomas PetazzoniThomas Petazzoni committed a5dcdf3706308 Jul 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Add an option to disable unicodedata
2
​
3
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4
​
5
---
6
 configure.ac |    6 ++++++
7
 1 file changed, 6 insertions(+)
8
​
9
Index: b/configure.ac
10
===================================================================
11
--- a/configure.ac
12
+++ b/configure.ac
13
@@ -2684,6 +2684,12 @@
14
             DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} nis"
15
      fi])
16
 
17
+AC_ARG_ENABLE(unicodedata,
18
+   AS_HELP_STRING([--disable-unicodedata], [disable unicodedata]),
19
+   [ if test "$enableval" = "no"; then
20
+            DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} unicodedata"
21
+     fi])
22
+
23
 AC_SUBST(TK)
24
 AC_ARG_ENABLE(tk,
25
    AS_HELP_STRING([--disable-tk], [disable tk]),
  • 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.