• 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/0003-remove-checking-erlang-version.patch
Frank HunlethFrank Hunleth committed c3deb95339122 Feb 2016
Raw file
Source viewDiff to previous
 
1
From f384518dedec4ad657ad69d55754076c13c22d96 Mon Sep 17 00:00:00 2001
2
From: Johan Oudinet <johan.oudinet@gmail.com>
3
Date: Wed, 20 Jan 2016 08:11:32 -0500
4
Subject: [PATCH] remove checking erlang version
5
​
6
Without this patch, the configure will try to run erlang to simply check
7
if the version is supported by ejabberd. Instead, we do this test
8
statically.
9
---
10
 configure.ac | 2 --
11
 1 file changed, 2 deletions(-)
12
​
13
diff --git a/configure.ac b/configure.ac
14
index 97e89a2..cd1ab08 100644
15
--- a/configure.ac
16
+++ b/configure.ac
17
@@ -39,10 +39,8 @@ AC_ARG_ENABLE(erlang-version-check,
18
    [Check Erlang/OTP version @<:@default=yes@:>@])])
19
 case "$enable_erlang_version_check" in
20
    yes|'')
21
-       ERLANG_VERSION_CHECK([$REQUIRE_ERLANG_MIN],[$REQUIRE_ERLANG_MAX])
22
        ;;
23
    no)
24
-       ERLANG_VERSION_CHECK([$REQUIRE_ERLANG_MIN],[$REQUIRE_ERLANG_MAX],[warn])
25
        ;;
26
 esac
27
 
28
-- 
29
2.5.0
30
​
  • 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.