• 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/python/python-107-optional-codecs-cjk.patch
Thomas PetazzoniThomas Petazzoni committed 7e960dc9da513 Feb 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
Add an option to disable CJK codecs
​
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
​
---
 configure.in |    6 ++++++
 1 file changed, 6 insertions(+)
​
Index: b/configure.ac
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -2630,6 +2630,12 @@
    DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} _sqlite3"
 fi
 
+AC_ARG_ENABLE(codecs-cjk,
+   AS_HELP_STRING([--disable-codecs-cjk], [disable CJK codecs]),
+   [ if test "$enableval" = "no"; then
+            DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} _codecs_kr _codecs_jp _codecs_cn _codecs_tw _codecs_hk"
+     fi])
+
 AC_SUBST(TK)
 AC_ARG_ENABLE(tk,
    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.