• 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-108-optional-nis.patch
Maxime RipardMaxime Ripard committed f1c092da8ba29 May 2013
Raw file
Source viewDiff to previous
 
1
Add an option to disable NIS
2
​
3
NIS is not necessarily available in uClibc, so we need an option to
4
not compile support for it.
5
​
6
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7
​
8
---
9
 configure.ac |    6 ++++++
10
 1 file changed, 6 insertions(+)
11
​
12
Index: cpython/configure.ac
13
===================================================================
14
--- cpython.orig/configure.ac
15
+++ cpython/configure.ac
16
@@ -2471,6 +2471,12 @@
17
        DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} _codecs_kr _codecs_jp _codecs_cn _codecs_tw _codecs_hk _codecs_iso2022"
18
    fi])
19
 
20
+AC_ARG_ENABLE(nis,
21
+   AS_HELP_STRING([--disable-nis], [disable NIS]),
22
+   [ if test "$enableval" = "no"; then
23
+            DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} nis"
24
+     fi])
25
+
26
 AC_SUBST(TK)
27
 AC_ARG_ENABLE(tk,
28
    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.