• 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/ejabberd/0004-disable-version-check.patch
Johan OudinetJohan Oudinet committed 8290f2ea11212 Jan 2015
Raw file
Source viewDiff to previous
 
1
Description: remove checking erlang version
2
 Without this patch, the configure will try to run erlang to simply check if
3
 the version is supported by ejabberd. Instead, we do this test statically.
4
Author: Johan Oudinet <johan.oudinet@gmail.com>
5
​
6
Index: ejabberd/configure.ac
7
===================================================================
8
--- ejabberd.orig/configure.ac  2014-10-20 11:04:14.751256865 +0200
9
+++ ejabberd/configure.ac   2014-10-20 11:03:47.983578623 +0200
10
@@ -37,10 +37,8 @@ AC_ARG_ENABLE(erlang-version-check,
11
    [Check Erlang/OTP version @<:@default=yes@:>@])])
12
 case "$enable_erlang_version_check" in
13
    yes|'')
14
-       ERLANG_VERSION_CHECK([$REQUIRE_ERLANG_MIN],[$REQUIRE_ERLANG_MAX])
15
        ;;
16
    no)
17
-       ERLANG_VERSION_CHECK([$REQUIRE_ERLANG_MIN],[$REQUIRE_ERLANG_MAX],[warn])
18
        ;;
19
 esac
20
 
  • 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.